mirror of
https://github.com/pushbits/server.git
synced 2025-04-29 18:26:49 +02:00
Update documentation and publish workflow
This commit is contained in:
parent
6149644ec3
commit
bf3e87ad86
2 changed files with 5 additions and 3 deletions
6
.github/workflows/documentation.yml
vendored
6
.github/workflows/documentation.yml
vendored
|
@ -22,12 +22,12 @@ jobs:
|
|||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
fetch-depth: 0 # Needed to describe git ref during build.
|
||||
|
||||
- name: Export GOBIN
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.16
|
||||
|
||||
|
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # Needed to describe git ref during build.
|
||||
|
||||
- name: Export GOBIN
|
||||
uses: actions/setup-go@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue