Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
fankes committed Sep 22, 2023
1 parent 658f1f9 commit 1861cc1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
cache: yarn
- name: Build VuePress site
run: |
cd docs-source
yarn -i
yarn docs:build
yarn --cwd docs-source -i
yarn --cwd docs-source docs:build
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v2
with:
Expand Down

0 comments on commit 1861cc1

Please sign in to comment.