We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36fd457 + 0a2e40b commit a68013cCopy full SHA for a68013c
1 file changed
.github/workflows/deploy.yml
@@ -22,22 +22,15 @@ jobs:
22
cache: npm
23
24
- name: Install dependencies
25
- working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website
26
run: npm ci
+
27
- name: Build website
28
29
run: npm run build
30
-
31
- - name: test
32
33
- run: |
34
- ls
35
- pwd
36
37
- name: Upload Build Artifact
38
uses: actions/upload-pages-artifact@v3
39
with:
40
- path: my-website/build
+ path: ./build
41
42
deploy:
43
name: Deploy to GitHub Pages
0 commit comments