Skip to content

Commit

Permalink
fix(website): fix GitHub action to publish website
Browse files Browse the repository at this point in the history
  • Loading branch information
vst committed Mar 21, 2024
1 parent 5ea8cba commit 8fe5ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
with:
node-version: "lts/*"
cache: ${{ steps.detect-package-manager.outputs.manager }}
cache-dependency-path: "website"

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 8fe5ff9

Please sign in to comment.