We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645c163 commit 91ee385Copy full SHA for 91ee385
1 file changed
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Node.js
15
uses: actions/setup-node@v4
16
with:
17
- node-version: "18"
+ node-version: "20" # 18에서 20으로 변경
18
cache: "yarn"
19
20
- name: Install and Build
@@ -25,5 +25,5 @@ jobs:
25
- name: Deploy
26
uses: peaceiris/actions-gh-pages@v3
27
28
- github_token: ${{ secrets.ACCESS_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
29
publish_dir: ./build
0 commit comments