We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddec67b commit caa4c62Copy full SHA for caa4c62
1 file changed
.github/workflows/deploy.yml
@@ -3,7 +3,6 @@ name: Deploy to GitHub Pages
3
on:
4
push:
5
branches:
6
- - main
7
- DevBranch
8
# Review gh actions docs if you want to further define triggers, paths, etc
9
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
@@ -31,6 +30,7 @@ jobs:
31
30
working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website
32
run: npm ci
33
- name: Build website
+ working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website
34
run: npm run build
35
36
- name: Upload Build Artifact
0 commit comments