Skip to content

Commit df4e19f

Browse files
Updated deployment & packages
1 parent 6baa0a2 commit df4e19f

File tree

2 files changed

+25
-26
lines changed

2 files changed

+25
-26
lines changed

.github/workflows/deploy-github.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ name: GitHub Pages
44

55
on: workflow_dispatch
66

7-
87
jobs:
98
deploy:
109
runs-on: ubuntu-20.04
@@ -14,6 +13,7 @@ jobs:
1413
with:
1514
node-version: '16'
1615
cache: 'npm'
16+
cache-dependency-path: './docs/package-lock.json'
1717

1818
- name: Install dependencies
1919
working-directory: ./docs
@@ -28,7 +28,6 @@ jobs:
2828
run: npm run build
2929

3030
- name: Deploy to GitHub Pages
31-
working-directory: ./docs
3231
uses: peaceiris/actions-gh-pages@v3
3332
with:
3433
github_token: ${{ secrets.GITHUB_TOKEN }}

docs/package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)