Skip to content

Commit d031ab2

Browse files
author
Bjorn S.
committed
chore(2025): changes dist folder to build in the workflow
1 parent 8b873f0 commit d031ab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
run: |
4141
npm ci
4242
npm run build
43-
touch dist/.nojekyll
43+
touch build/.nojekyll
4444
# CI: false # true -> fails on warning
4545
- name: Setup Pages
4646
uses: actions/configure-pages@v5
4747
- name: Upload artifact
4848
uses: actions/upload-pages-artifact@v3
4949
with:
50-
# Upload dist repository
51-
path: 'dist'
50+
# Upload build repository
51+
path: 'build'
5252
- name: Deploy to GitHub Pages 🚀
5353
id: deployment
5454
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)