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
|
working-directory: ./site
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
@ -46,6 +38,14 @@ jobs:
|
||||||
run: pip install hatch
|
run: pip install hatch
|
||||||
- name: build with markata
|
- name: build with markata
|
||||||
run: hatch run build
|
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
|
- name: GitHub Pages
|
||||||
uses: crazy-max/ghaction-github-pages@v3.0.0
|
uses: crazy-max/ghaction-github-pages@v3.0.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue