Skip to content

Commit

Permalink
Update DeployDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
1ForeverHD committed Mar 28, 2024
1 parent 694f70c commit 3c37e35
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/DeployDocs.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
name: MkDocs Deploy

on:
push:
branches: # Act on main branch commit
- main

- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
cache: "pip"

python-version: 3.x
- run: pip install mkdocs-material

- run: mkdocs gh-deploy --force

0 comments on commit 3c37e35

Please sign in to comment.