Skip to content

Commit

Permalink
Add gh pages update on push to main
Browse files Browse the repository at this point in the history
since docs no longer depend on git tags it's safe to update them on every push to main
  • Loading branch information
arriven authored May 18, 2022
1 parent a3dc249 commit 220de33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: PushToGithubPages
on:
push:
tags: ["**"]
branches: ["main"]

jobs:
deploy:
Expand Down

0 comments on commit 220de33

Please sign in to comment.