download after build

This commit is contained in:
Waylon Walker 2023-01-01 15:58:01 -06:00
parent e1c80d358c
commit c363547f72
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -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: