We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e063cf3 commit 75fec85Copy full SHA for 75fec85
.github/workflows/deploy-demo.yml
@@ -12,7 +12,10 @@ jobs:
12
node-version: 'lts/*'
13
- uses: actions/checkout@v4
14
- run: npm ci
15
- - run: npm run build -- --pathPrefix="/stac-browser" --historyMode=hash
+ - run: npm run build
16
+ env:
17
+ SB_pathPrefix: "/stac-browser"
18
+ SB_historyMode: "hash"
19
- uses: peaceiris/actions-gh-pages@v3
20
with:
21
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments