Skip to content

Commit

Permalink
Disable instant loading, use built-in deploy feature
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Nov 14, 2023
1 parent 26dabe8 commit d3143b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 d3143b7

Please sign in to comment.