download after build
This commit is contained in:
parent
e1c80d358c
commit
c363547f72
1 changed files with 8 additions and 8 deletions
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
|
|
@ -31,14 +31,6 @@ jobs:
|
|||
working-directory: ./site
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: creeper-windows-latest
|
||||
path: site/static
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: creeper-ubuntu-latest
|
||||
path: site/static
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
|
@ -46,6 +38,14 @@ jobs:
|
|||
run: pip install hatch
|
||||
- name: build with markata
|
||||
run: hatch run build
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: creeper-windows-latest
|
||||
path: site/markout
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: creeper-ubuntu-latest
|
||||
path: site/markout
|
||||
- name: GitHub Pages
|
||||
uses: crazy-max/ghaction-github-pages@v3.0.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue