We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6012b5 commit 30c4528Copy full SHA for 30c4528
1 file changed
.github/workflows/static.yml
@@ -41,7 +41,7 @@ jobs:
41
go-version: '1.23'
42
43
- name: Generate json with the list of bot commands
44
- run: go run main.go -cmd-list ./.site/commands.json
+ run: go run main.go -cmd-list ./.site/static/commands.json
45
46
- name: Install Node.js
47
uses: actions/setup-node@v4
@@ -64,7 +64,7 @@ jobs:
64
- name: Upload artifact
65
uses: actions/upload-pages-artifact@v3
66
with:
67
- path: '.site/dist'
+ path: '.site/build'
68
- name: Deploy to GitHub Pages
69
id: deployment
70
uses: actions/deploy-pages@v4
0 commit comments