Skip to content

Commit

Permalink
Update github_page.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
recoluan authored May 28, 2024
1 parent c909ca8 commit ab1ca51
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/github_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ jobs:
node-version: 20
cache: npm

- name: Enter Directory
run: cd docs

- name: Install
run: npm install
run: cd docs && npm install

- name: Build
run: npx vuepress build .
run: cd docs && vuepress build .

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v2
Expand Down

0 comments on commit ab1ca51

Please sign in to comment.