Skip to content

Commit

Permalink
try and error
Browse files Browse the repository at this point in the history
nnamtug committed Feb 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8f3283e commit 01a4fc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install git+https://${{ secrets.MATERIAL_FOR_MKDOCS_ACCESS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install git+https://${{ secrets.MATERIAL_FOR_MKDOCS_ACCESS_TOKEN }}@github.com/squidfunk/mkdocs-material.git
- run: pip install -r requirements.txt
- run: mkdocs build
- name: Build And Deploy

0 comments on commit 01a4fc2

Please sign in to comment.