Skip to content

Commit

Permalink
updated github actions - Adithya S K
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya-s-k committed Sep 22, 2024
1 parent 022b9d2 commit d5ff24d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main # Set this to your default branch name

permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -13,6 +14,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: pip install mkdocs-jupyter
- run: pip install mkdocs-exclude
Expand Down

0 comments on commit d5ff24d

Please sign in to comment.