We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30770c5 + 017a268 commit 8cbb797Copy full SHA for 8cbb797
.github/workflows/docs.yml
@@ -9,15 +9,15 @@ jobs:
9
if: "github.repository == 'OpenMathLib/OpenBLAS'"
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
13
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
14
with:
15
python-version: "3.10"
16
- run: pip install mkdocs mkdocs-material
17
# mkdocs gh-deploy command only builds to the top-level, hence building then deploying ourselves
18
- run: mkdocs build
19
- name: Deploy docs
20
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
21
if: ${{ github.ref == 'refs/heads/develop' }}
22
23
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments