Skip to content

Commit

Permalink
Merge pull request #6 from DanRoscigno/github-pages
Browse files Browse the repository at this point in the history
bundle does not exist error
  • Loading branch information
DanRoscigno authored Apr 18, 2024
2 parents 3a7d467 + d85e077 commit 29e65db
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 29e65db

Please sign in to comment.