parent
9a00c0d480
commit
d91da65f32
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ jobs:
|
|||
run: |
|
||||
git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }}.git .
|
||||
|
||||
- name: Prepare output directory
|
||||
run: |
|
||||
mkdir -p site/public
|
||||
chmod 777 site/public
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
docker run --rm \
|
||||
|
|
|
|||
Loading…
Reference in a new issue