Skip to content

Commit

Permalink
Update recipe for building doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Mar 27, 2023
1 parent 08482ea commit 6f6ee60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
- '*'
pull_request:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

name: Build documentation on new release
jobs:
test:
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/target
**/*.rs.bk
Cargo.lock

.idea/

0 comments on commit 6f6ee60

Please sign in to comment.