Skip to content

Commit

Permalink
[TEST]
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Nov 14, 2023
1 parent 26dabe8 commit 88be57b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub Pages
on:
push:
branches:
- master
- mkdocs # FIXME
paths-ignore:
- README.md
- CONTRIBUTING.md
Expand All @@ -22,10 +22,5 @@ jobs:
fetch-depth: 0 # for the 'Last updated' timestamp
- name: Install requirements
run: pip install -r requirements.txt
- name: Build site
run: mkdocs build
- uses: crazy-max/ghaction-github-pages@v4
with:
build_dir: site
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Build and deploy site
run: mkdocs gh-deploy --no-history
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ theme:
- content.action.view
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.top
- navigation.tracking
Expand Down

0 comments on commit 88be57b

Please sign in to comment.