Skip to content

Commit

Permalink
ci: fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
glenux committed Dec 18, 2023
1 parent 13c01cb commit 78df183
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Sample workflow for building and deploying a mdBook site to GitHub Pages
#
# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
#
name: Deploy mdBook site to Pages
---
name: Deploy mkdocs site to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -32,7 +29,7 @@ jobs:
MDBOOK_VERSION: 0.4.36
steps:
- uses: actions/checkout@v4
- name: Install mdBook
- name: Install mkdocs
run: |
pip3 install pipenv
make prepare
Expand Down

0 comments on commit 78df183

Please sign in to comment.