Skip to content

Commit

Permalink
bundle does not exist error
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
  • Loading branch information
DanRoscigno committed Apr 18, 2024
1 parent beb5db7 commit d85e077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Antora
run: npm i [email protected]
- name: Generate Site
run: npx antora antora-playbook.yml
run: npx gulp bundle && npx antora antora-playbook.yml
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit d85e077

Please sign in to comment.