Skip to content

Commit 3b1d1f9

Browse files
authored
Update deploy.yml
1 parent 7a11942 commit 3b1d1f9

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/workflows/deploy.yml

+5-13
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,8 @@ jobs:
5252
# done
5353
pnpm build
5454
55-
deploy:
56-
permissions:
57-
id-token: write
58-
pages: write
59-
environment:
60-
name: github-pages
61-
url: "https://konkuk-kuit.github.io/KUIT4_Web-FrontEnd"
62-
runs-on: ubuntu-latest
63-
needs: build
64-
steps:
65-
- name: Deploy to GitHub Pages
66-
id: deployment
67-
uses: actions/deploy-pages@v4
55+
- name: Deploy
56+
uses: peaceiris/actions-gh-pages@v4
57+
with:
58+
github_token: ${{ secrets.GITHUB_TOKEN }}
59+
publish_dir: ./build

0 commit comments

Comments
 (0)