Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
chifu1234 committed Jun 4, 2024
1 parent c6e4f29 commit d393615
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build
on: [push]
jobs:


# Build job
build:
# <Not provided for brevity>
Expand All @@ -24,6 +26,9 @@ jobs:

# Deployment job
deploy:
permissions:
id-token: write
pages: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit d393615

Please sign in to comment.