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