Skip to content

Commit

Permalink
ci: update deploy actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Jan 30, 2025
1 parent e65ffbf commit d273beb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: docs/yarn.lock
- uses: actions/configure-pages@v3
- uses: actions/configure-pages@v5
- working-directory: docs
run: |
yarn install --frozen-lockfile
yarn docs:build
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist
deploy:
Expand All @@ -44,4 +44,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit d273beb

Please sign in to comment.