Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
xa1st committed Nov 25, 2023
1 parent 9316fb2 commit 104cdc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
- name: 打包发布
run: yarn build

- name: 开始拉取gitpages环境
- name: 启用页面并提取有关站点的各种元数据
uses: actions/configure-pages@v3

- name: Upload artifact
- name: 上传页面工件
uses: actions/upload-pages-artifact@v2
with:
path: './dist'

- name: Deploy to GitHub Pages
- name: 部署到GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 104cdc3

Please sign in to comment.