mirror of
https://github.com/y377/189pan.git
synced 2023-10-27 09:09:29 +08:00
Update main.yml
This commit is contained in:
parent
99f3d00937
commit
4e64c74b10
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -32,8 +32,8 @@ jobs:
|
|||||||
TYYP_USERNAME: ${{ secrets.TYYP_USERNAME }}
|
TYYP_USERNAME: ${{ secrets.TYYP_USERNAME }}
|
||||||
TYYP_PSW: ${{ secrets.TYYP_PSW }}
|
TYYP_PSW: ${{ secrets.TYYP_PSW }}
|
||||||
|
|
||||||
- name: Deploy
|
- name: GitHub Pages action
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3.9.3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.PAT_TOKEN }}
|
||||||
publish_dir: ./
|
publish_dir: /
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user