Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ defaults:
working-directory: ./docs

on:
# push:
# branches:
# - 'main'
push:
branches:
- main
workflow_dispatch:
pull_request:
types: [closed]
# pull_request:
# types: [closed]



jobs:
deploy:
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
name: Build and Deploy to GitHub Pages
runs-on: ubuntu-latest
defaults:
Expand Down