Skip to content

Commit

Permalink
Merge pull request #67 from mlinfra-io/update-code-examples
Browse files Browse the repository at this point in the history
add-latest-to-docs-canonical
  • Loading branch information
aliabbasjaffri authored Feb 19, 2024
2 parents 2758991 + c9f4eb2 commit 1080b06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ on:
release:
types: [published]

permissions:
contents: write
pages: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -43,6 +39,9 @@ jobs:
name: Publish documentation
needs: [build]
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -64,6 +63,7 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- name: Download build artifacts
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ plugins:
- privacy
- search
- section-index
- mike:
canonical_version: latest
- git-revision-date-localized:
enable_creation_date: false
type: iso_date
Expand Down

0 comments on commit 1080b06

Please sign in to comment.