Update release.yml
This commit is contained in:
parent
a9bd7f6e7b
commit
a3a8beddd0
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -47,6 +47,8 @@ jobs:
|
|||
run: |
|
||||
pip install --upgrade pip setuptools wheel
|
||||
pip install -r requirements.txt
|
||||
- name: Create directories
|
||||
run: mkdir -p public static
|
||||
- name: Download pages
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue