Skip to content

Commit

Permalink
Added workflow dispatch to build website
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvsav committed Jun 13, 2024
1 parent e483b7f commit 461885a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docusaurus.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Deploy to GitHub Pages

on:
workflow_dispatch:
push:
branches:
- gh-pages
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test deployment
on:
pull_request:
branches:
- gh-pages
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

Expand Down

0 comments on commit 461885a

Please sign in to comment.