Skip to content

Commit

Permalink
updated document workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Dec 11, 2023
1 parent ca6f4a5 commit 39bfad0
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
name: Deploy MkDocs to gh-pages
on:
push:
branches:
- master
- main
on: workflow_dispatch
jobs:
deploy:
runs-on: ubuntu-latest
if: |
contains(github.event.head_commit.message,'[document]') &&
github.repository == 'PlumyGames/mgpp'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 39bfad0

Please sign in to comment.