another try

This commit is contained in:
Erik Fröjdh
2024-10-30 16:15:44 +01:00
parent 738934f2a0
commit 1b61155c5c

View File

@ -6,6 +6,10 @@ on:
branches:
- v1
permissions:
contents: read
pages: write
id-token: write
jobs:
build:
@ -55,8 +59,6 @@ jobs:
needs: build
steps:
- name: Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: deployment
uses: actions/deploy-pages@v4