Skip to content

Commit

Permalink
chore(ci): manual trigger for oranda code
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmsl authored Sep 8, 2024
1 parent 590c9bb commit 8ae4f8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ permissions:
# All of these work independently and can be removed / commented out
# if you don't want oranda/mdbook running in that situation
on:
# allow manual run of this workflow
workflow_dispatch:
# Check that a PR didn't break docs!
#
# Note that the "Deploy to Github Pages" step won't run in this mode,
Expand Down Expand Up @@ -96,4 +98,4 @@ jobs:
# Gotta tell the action where to find oranda's output
folder: public
token: ${{ secrets.GITHUB_TOKEN }}
single-commit: true
single-commit: true

0 comments on commit 8ae4f8c

Please sign in to comment.