Skip to content

Commit

Permalink
fix: added checkout for gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JAHMCRIBM committed Jul 29, 2024
1 parent 985e507 commit 2a02676
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,20 @@ jobs:
with:
path: dist/docs
Deploy:
runs-on: ubuntu-latest
needs: Documentation
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout GitHub Pages branch
uses: actions/checkout@v4
with:
ref: gh-pages

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 2a02676

Please sign in to comment.