Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Loïc Bayart committed Apr 15, 2024
1 parent 7d5da73 commit 5fe8a3f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,14 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
container:
image: busybox:latest

permissions:
pages: write
id-token: write

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

steps:
- name: Checkout code
Expand Down

0 comments on commit 5fe8a3f

Please sign in to comment.