Skip to content

Commit

Permalink
Merge pull request #49 from xixiIBN5100/main
Browse files Browse the repository at this point in the history
fix(ci): delete extra environment
  • Loading branch information
xixiIBN5100 authored Dec 2, 2024
2 parents 6bea816 + 7460728 commit 55bd9f6
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ on:
branches:
- main
jobs:
deploy:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 55bd9f6

Please sign in to comment.