Skip to content

Commit

Permalink
chore(deps): bump mkdocs-material from 9.5.13 to 9.5.14 (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Mar 20, 2024
2 parents a3fbc32 + 88bf6ad commit c513eae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,15 @@ jobs:
mkdocs build
- name: Install Netlify CLI
run: npm install --location=global netlify-cli
run: npm install --location=global netlify-cli@17.x.x

- name: Deploy Preview to Netlify
run: |
netlify deploy \
--alias="${GITHUB_REPOSITORY#*/}-${{ github.event.number }}" \
--auth=${{ secrets.NETLIFY_AUTH_TOKEN }} \
--dir="site" \
--alias="${GITHUB_REPOSITORY#*/}-${{ github.event.number }}"
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_PREVIEW_APP_SITE_ID }}
--site=${{ secrets.NETLIFY_PREVIEW_APP_SITE_ID }}
- name: Find existing comment
uses: peter-evans/find-comment@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ mdx_truly_sane_lists
mkdocs==1.5.3
mkdocs-awesome-pages-plugin
mkdocs-macros-plugin
mkdocs-material==9.5.13
mkdocs-material==9.5.14
mkdocs-redirects

0 comments on commit c513eae

Please sign in to comment.