mirror of https://github.com/Hilbis/Hilbish
Compare commits
No commits in common. "6525fa774edb261cb02570b7602c29674adecabd" and "f94b8ae59bffe06dffc9b386528b5ba18b1734d0" have entirely different histories.
6525fa774e
...
f94b8ae59b
|
@ -33,7 +33,6 @@ 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
|
||||
- docs-refactor
|
||||
- website
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
|
Loading…
Reference in New Issue