mirror of https://github.com/Hilbis/Hilbish
Compare commits
3 Commits
f94b8ae59b
...
6525fa774e
Author | SHA1 | Date |
---|---|---|
sammyette | 6525fa774e | |
sammyette | 514cbe25c7 | |
sammyette | 84dd939bbf |
|
@ -33,6 +33,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Download Task
|
||||
run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d'
|
||||
- uses: wangyoucao577/go-release-action@v1.25
|
||||
|
|
|
@ -4,13 +4,13 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- website
|
||||
- docs-refactor
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
|
Loading…
Reference in New Issue