Skip to content

Commit

Permalink
try to fix action 4
Browse files Browse the repository at this point in the history
  • Loading branch information
yb6b committed Mar 12, 2024
1 parent 8a93467 commit 8c3c424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
contents: write
pages: write
id-token: write

Expand All @@ -19,7 +19,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
Expand Down

0 comments on commit 8c3c424

Please sign in to comment.