Skip to content

Commit 26bab81

Browse files
authored
Update and rename test.yml to staging.yml
1 parent e6daf5e commit 26bab81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml renamed to .github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to Test (https://code-star.github.io/codestar-website-next/)
1+
name: Deploy to Staging (https://staging.codestar.nl)
22

33
on:
44
push:
@@ -43,9 +43,9 @@ jobs:
4343
echo MASTODON_ACCESS_TOKEN=${{ secrets.MASTODON_ACCESS_TOKEN }} >> .env
4444
echo MASTODON_ID=${{ secrets.MASTODON_ID }} >> .env
4545
npm ci
46-
echo "{ \"basePath\": \"/codestar-website-next\" }" > config.json
4746
npx next build && npx next export
4847
touch out/.nojekyll
48+
# echo "{ \"basePath\": \"/codestar-website-next\" }" > config.json
4949
# CI: false # true -> fails on warning
5050
- name: Setup Pages
5151
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)