Skip to content

Commit

Permalink
fix: docs pdf generation (#9114)
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy authored Oct 9, 2024
1 parent 6eb43b6 commit 2f9c4e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pdf:
needs: setup
runs-on: master-x86
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -54,6 +54,7 @@ jobs:
- name: Serve docs
run: |
cd aztec-packages/docs
yarn install
yarn build
yarn serve &
- name: Checkout PDF repo
Expand Down

0 comments on commit 2f9c4e9

Please sign in to comment.