Skip to content

Commit

Permalink
test docusaurus CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaOtocinclus committed Aug 12, 2024
1 parent 9e23000 commit 47e61f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: ./website/yarn.lock

- name: Install dependencies
run: sudo apt-get install doxygen

- name: Build the Website
run: |
cd website
yarn install
yarn install --frozen-lockfile
yarn run build
- name: Deploy
Expand Down

0 comments on commit 47e61f1

Please sign in to comment.