Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ethanmsl/rename_files
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmsl committed Sep 8, 2024
2 parents 938f02c + 8ae4f8c commit 19bc9d4
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 19bc9d4

Please sign in to comment.