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 a5aa101 commit 1b8ba82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,17 @@ jobs:

- name: Install
run: cd docs && npm install
working-directory: ./docs

- name: ls
run: ls

- name: Build
run: vuepress build .
working-directory: ./docs

- name: ls
run: ls

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

0 comments on commit 1b8ba82

Please sign in to comment.