We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfed89f commit 76ce3b8Copy full SHA for 76ce3b8
.github/workflows/test_startcmsproject.yml
@@ -29,10 +29,9 @@ jobs:
29
python-version: ${{ matrix.python-version }}
30
- name: Create project from template
31
run: |
32
- echo ${{ github.head_ref || github.ref_name }}
33
python -m venv .venv
34
source ./.venv/bin/activate
35
python -m pip install --upgrade pip
36
python -m pip install Django~=${{ matrix.django-version}}
37
python -m pip install django-cms
38
- djangocms mysite --noinput
+ djangocms mysite --noinput --template https://github.com/${{ github.repository }}/archive/${{ github.head_ref || github.ref_name }}.zip
0 commit comments