Skip to content

Commit

Permalink
Update mkdocs-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
granny authored Mar 27, 2023
1 parent bfe856f commit bb9df5e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ on:
- 'mkdocs.yml'
- '**.js'
- '**.html'
- '.github/**'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.9.7'
python-version: '3.9.16'

- name: Build docs
run: |
Expand Down

0 comments on commit bb9df5e

Please sign in to comment.