Skip to content

Commit

Permalink
Update main.yml for remove force push docs
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Maireaux <[email protected]>
  • Loading branch information
flemzord committed Dec 22, 2021
1 parent aaed596 commit 0da3ed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.NUMARY_GITHUB_TOKEN }}
- run: |
wget https://github.com/swaggo/swag/releases/download/v1.7.4/swag_1.7.4_Linux_x86_64.tar.gz
tar -zxvf swag_1.7.4_Linux_x86_64.tar.gz
Expand All @@ -22,7 +24,6 @@ jobs:
with:
commit_message: "[skip ci] Update docs"
file_pattern: docs/docs.go docs/*.go
push_options: '--force'
build_control:
name: 'Build Control'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0da3ed6

Please sign in to comment.