Skip to content

Commit

Permalink
chore: test building and deploying docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskuechler committed Nov 18, 2024
1 parent bfee63d commit 882b694
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/checkout@v4 # v4
- name: markdownlint
uses: nosborn/github-action-markdown-cli@9b5e871c11cc0649c5ac2526af22e23525fa344d # v3.3.0
uses: nosborn/github-action-markdown-cli@v3.3.0 # v3.3.0
with:
files: docs
config_file: .markdownlint.yml
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
- uses: actions/setup-python@v5 # v5
with:
python-version: 3.x
cache: pip
cache-dependency-path: requirements-docs.txt
- run: make docs
- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
- uses: actions/upload-pages-artifact@v3 # v3
with:
path: site/

Expand All @@ -66,4 +66,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
uses: actions/deploy-pages@v4

0 comments on commit 882b694

Please sign in to comment.