Skip to content

Commit

Permalink
Merge pull request #56 from berkeleybop/doc_deploy_fix_2
Browse files Browse the repository at this point in the history
Further fixes for doc deployment
  • Loading branch information
caufieldjh authored Mar 18, 2024
2 parents 4355224 + ce0449c commit 9ef12bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- main
branches: [main]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -24,7 +23,9 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v3

with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
Expand Down
5 changes: 2 additions & 3 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ theme:
- content.tabs.link
plugins:
- search
- table-reader
markdown_extensions:
- pymdownx.highlight:
- pymdownx.inlinehilite
Expand All @@ -18,8 +17,8 @@ markdown_extensions:
- pymdownx.mark
- pymdownx.tilde

site_url: https://berkeleybop.github.io/False/
repo_url: https://github.com/berkeleybop/False/
site_url: https://berkeleybop.github.io/artificial-intelligence-ontology
repo_url: https://github.com/berkeleybop/artificial-intelligence-ontology/

nav:
- Getting started: index.md
Expand Down

0 comments on commit 9ef12bb

Please sign in to comment.