Skip to content

Commit

Permalink
Update deploy_mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
datamattsson authored Sep 25, 2023
1 parent a59f8f6 commit ff160d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout master
uses: actions/checkout@v1

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@nomaterial
uses: mhausenblas/mkdocs-deploy-gh-pages@1.26
env:
GITHUB_TOKEN: ${{ secrets.MKDOCS_ACTION_TOKEN }}

0 comments on commit ff160d7

Please sign in to comment.