Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iGEL committed Dec 15, 2023
1 parent fc94887 commit 2bdae81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Checks & deploy
run-name: Fmt, lint, test, build, & deploy to gh-pages
on: [push]
permissions:
contents: read
pages: write
id-token: write
jobs:
fmt:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -130,9 +134,6 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 2bdae81

Please sign in to comment.