Skip to content

Commit caa4c62

Browse files
committed
Update deploy.yml
1 parent ddec67b commit caa4c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
76
- DevBranch
87
# Review gh actions docs if you want to further define triggers, paths, etc
98
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
@@ -31,6 +30,7 @@ jobs:
3130
working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website
3231
run: npm ci
3332
- name: Build website
33+
working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website
3434
run: npm run build
3535

3636
- name: Upload Build Artifact

0 commit comments

Comments
 (0)