Skip to content

Commit 30c4528

Browse files
committed
Build fixes
1 parent d6012b5 commit 30c4528

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
go-version: '1.23'
4242

4343
- name: Generate json with the list of bot commands
44-
run: go run main.go -cmd-list ./.site/commands.json
44+
run: go run main.go -cmd-list ./.site/static/commands.json
4545

4646
- name: Install Node.js
4747
uses: actions/setup-node@v4
@@ -64,7 +64,7 @@ jobs:
6464
- name: Upload artifact
6565
uses: actions/upload-pages-artifact@v3
6666
with:
67-
path: '.site/dist'
67+
path: '.site/build'
6868
- name: Deploy to GitHub Pages
6969
id: deployment
7070
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)