mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Check out code in deploy job
This commit is contained in:
parent
f02c1434b0
commit
76b8ae558b
1 changed files with 3 additions and 5 deletions
8
.github/workflows/static.yml
vendored
8
.github/workflows/static.yml
vendored
|
|
@ -25,7 +25,7 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
generate-distiller-output:
|
||||
generate-static:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -45,10 +45,6 @@ jobs:
|
|||
fi
|
||||
go-domdistiller file -i $f/source.html -o $f/distiller.html
|
||||
done
|
||||
generate-static:
|
||||
needs: generate-distiller-output
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
|
@ -64,6 +60,8 @@ jobs:
|
|||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Upload artifact
|
||||
|
|
|
|||
Loading…
Reference in a new issue