Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Nov 30, 2023
1 parent ea0a019 commit 666c7d7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
branches:
- main

permissions:
contents: read
pages: write
id-token: write

jobs:
# ci:
# runs-on: ubuntu-latest
Expand All @@ -32,6 +27,8 @@ jobs:

deploy-hugo:
# needs: ci
permissions:
contents: write
runs-on: ubuntu-latest
environment:
name: github-pages
Expand Down

0 comments on commit 666c7d7

Please sign in to comment.