Skip to content

Commit

Permalink
[IDP-1845] Fix deployment, again (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjosepo authored Jul 18, 2024
1 parent a4767d9 commit 649959e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ jobs:
runs-on: ubuntu-latest

permissions:
contents: read
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}

steps:
- uses: actions/checkout@v4

Expand All @@ -31,4 +36,5 @@ jobs:
path: ${{ steps.retype.outputs.retype-output-path }}

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

0 comments on commit 649959e

Please sign in to comment.