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 ab1ca51 commit 862262e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/github_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,20 @@ jobs:
node-version: 20
cache: npm

- name: Enter Directory
run: cd docs

- name: ls
run: ls

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

- name: ls
run: ls

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

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

0 comments on commit 862262e

Please sign in to comment.