Actions - added deploy
This commit is contained in:
parent
4c43f6fd49
commit
ac5906df55
@ -25,6 +25,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
zola build
|
zola build
|
||||||
|
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: list
|
||||||
|
run: |
|
||||||
|
echo ${{ github.workspace }}
|
||||||
|
echo $GITHUB_WORKSPACE
|
||||||
|
ls $GITHUB_WORKSPACE
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user