mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 03:32:21 -08:00
fix action?
This commit is contained in:
parent
a9fda37e31
commit
d6c13c981d
1 changed files with 10 additions and 2 deletions
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
@ -46,7 +46,15 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: "build"
|
||||
- name: Deploy to GitHub Pages
|
||||
path: "./site/build/"
|
||||
|
||||
deploy:
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Deploy to Github Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue