Skip to content

Commit a68013c

Browse files
committed
Merge branch 'dev'
2 parents 36fd457 + 0a2e40b commit a68013c

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,15 @@ jobs:
2222
cache: npm
2323

2424
- name: Install dependencies
25-
working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website
2625
run: npm ci
26+
2727
- name: Build website
28-
working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website
2928
run: npm run build
30-
31-
- name: test
32-
working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website
33-
run: |
34-
ls
35-
pwd
3629

3730
- name: Upload Build Artifact
3831
uses: actions/upload-pages-artifact@v3
3932
with:
40-
path: my-website/build
33+
path: ./build
4134

4235
deploy:
4336
name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)