Skip to content

Commit

Permalink
Merge pull request TFcis#52 from TFcis/LifeAdventurer-patch-1
Browse files Browse the repository at this point in the history
Workflow: Update ci.yml to run on the right branch
  • Loading branch information
tobiichi3227 authored Mar 14, 2024
2 parents d6ee33d + d81f46c commit 82c52b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: ci
on:
push:
branches:
- master
- main
- v2.0
permissions:
contents: write
jobs:
Expand All @@ -19,4 +18,4 @@ jobs:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force

0 comments on commit 82c52b1

Please sign in to comment.