Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Regenerate the docs site on any Rust code changes
Browse files Browse the repository at this point in the history
Not sure how I missed this before.
  • Loading branch information
elasticdog committed May 5, 2023
1 parent 59d5351 commit 642f10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/cue/github-pages.cue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ githubPages: {
paths: [
"!.github/**",
".github/workflows/github-pages.yml",
"**.rs",
]
}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: github-pages
paths:
- '!.github/**'
- .github/workflows/github-pages.yml
- '**.rs'
workflow_dispatch: null
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 642f10c

Please sign in to comment.