We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b873f0 commit d031ab2Copy full SHA for d031ab2
.github/workflows/release.yml
@@ -40,15 +40,15 @@ jobs:
40
run: |
41
npm ci
42
npm run build
43
- touch dist/.nojekyll
+ touch build/.nojekyll
44
# CI: false # true -> fails on warning
45
- name: Setup Pages
46
uses: actions/configure-pages@v5
47
- name: Upload artifact
48
uses: actions/upload-pages-artifact@v3
49
with:
50
- # Upload dist repository
51
- path: 'dist'
+ # Upload build repository
+ path: 'build'
52
- name: Deploy to GitHub Pages 🚀
53
id: deployment
54
uses: actions/deploy-pages@v4
0 commit comments