Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAstrup committed Mar 29, 2024
1 parent ad3d92a commit 477da28
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ on:
jobs:
generate-docs:
runs-on: ubuntu-latest
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
environment: github-pages
# Deploy to the github-pages environment

steps:
- name: Checkout code
Expand All @@ -36,6 +31,15 @@ jobs:
name: github-pages
path: docs/

deploy:
runs-on: ubuntu-latest

permissions:
pages: write
id-token: write
environment: github-pages

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

0 comments on commit 477da28

Please sign in to comment.