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 e6daf5e commit 26bab81Copy full SHA for 26bab81
.github/workflows/test.yml renamed to .github/workflows/staging.yml
@@ -1,4 +1,4 @@
1
-name: Deploy to Test (https://code-star.github.io/codestar-website-next/)
+name: Deploy to Staging (https://staging.codestar.nl)
2
3
on:
4
push:
@@ -43,9 +43,9 @@ jobs:
43
echo MASTODON_ACCESS_TOKEN=${{ secrets.MASTODON_ACCESS_TOKEN }} >> .env
44
echo MASTODON_ID=${{ secrets.MASTODON_ID }} >> .env
45
npm ci
46
- echo "{ \"basePath\": \"/codestar-website-next\" }" > config.json
47
npx next build && npx next export
48
touch out/.nojekyll
+ # echo "{ \"basePath\": \"/codestar-website-next\" }" > config.json
49
# CI: false # true -> fails on warning
50
- name: Setup Pages
51
uses: actions/configure-pages@v5
0 commit comments