Skip to content

Commit

Permalink
修改 yaml 配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
qiang.bai committed Feb 7, 2024
1 parent 5b4a0d1 commit bf82d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build-and-deploy:
build-depoly:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
npm run gh-pages
- name: deploy gh-pages files
uses: JamesIves/github-pages-deploy-action@v4.3.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
folder: docs
branch: gh-pages

0 comments on commit bf82d9b

Please sign in to comment.