Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Jul 12, 2023
1 parent f9e2786 commit 0e203af
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2


- name: Install Doc Deps
run: pip install -r requirements-doc.txt

- name: Deploy MkDocs
uses: mhausenblas/[email protected]

- name: Build and deploy MkDocs
run: |
pip install -r requirements-doc.txt
mkdocs gh-deploy

0 comments on commit 0e203af

Please sign in to comment.