Merge branch 'staging' of github.com:cccb/www into staging
This commit is contained in:
commit
4e26fc6764
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -52,6 +52,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip setuptools wheel
|
pip install --upgrade pip setuptools wheel
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
- name: Create directories
|
||||||
|
run: mkdir -p public static
|
||||||
- name: Download pages
|
- name: Download pages
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue