Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Dec 24, 2024
1 parent c70c041 commit 782122c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
- run: npm run build --if-present
- name: action-zip
uses: montudor/action-zip@v1.0.0
- name: install docusaurus
run: cd site & npm i & npm run build
- run: cd site
- run: npm install
- run: npm run build
- name: Zip output
run: zip -r build/document_archive.zip docs i18n blog versioned_docs versioned_sidebars
working-directory: site
Expand Down

0 comments on commit 782122c

Please sign in to comment.