Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Dec 23, 2023
1 parent 3926b5f commit 5cfd52e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,18 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
working-directory: ./app
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
working-directory: ./docs
- run: |
pwd
npm install --frozen-lockfile
npm run docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
working-directory: ./docs
with:
personal_token: ${{ secrets.ACCESS_TOKEN }}
publish_dir: docs/.vitepress/dist
Expand Down

0 comments on commit 5cfd52e

Please sign in to comment.