Skip to content

Commit

Permalink
ci: deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkim0 committed Dec 30, 2023
1 parent c8f6bde commit 0ed55bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

Expand All @@ -25,6 +24,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for git info
submodules: true
token: ${{ secrets.PAT }}
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 0ed55bf

Please sign in to comment.