Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed May 7, 2022
1 parent 9e89c2e commit 453ce27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
name: carapace
path: ./cmd/carapace/carapace
retention-days: 1

- name: Test
run: go test -v ./cmd/...
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:

- name: "build docs"
run: |
chmod +x cmd/carapace/carapace
sed -i 's/\[output.linkcheck\]/#[output.linkcheck]/' docs/book.toml
sh .github/completers.sh > docs/src/completers.md
sh .github/macros.sh > docs/src/specs/macros.md
Expand Down

0 comments on commit 453ce27

Please sign in to comment.