Skip to content

Commit

Permalink
Merge pull request #30 from imclerran/enable-pages-workflow
Browse files Browse the repository at this point in the history
Renable deploy pages workflow for releases and push to main
  • Loading branch information
imclerran authored Dec 28, 2024
2 parents c059d89 + 0e33745 commit 7ef00bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Generate docs

on:
# release:
# types:
# - published
release:
types:
- published
workflow_dispatch:
# push:
# branches:
# - main
push:
branches:
- main

jobs:
generate-docs:
Expand Down

0 comments on commit 7ef00bc

Please sign in to comment.