Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satan1a committed Feb 15, 2024
1 parent 051d5aa commit 4b349ec
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,17 @@
name: Deploy to Github Pages
on:
push:
branches:
- master
- main

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force

0 comments on commit 4b349ec

Please sign in to comment.