Skip to content

Commit

Permalink
fixing docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fekad committed Jun 7, 2024
1 parent c5b57ca commit bced0fc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: mkdocs-deploy

on:
push:
branches:
- main # Triggers deployment on push to the main branch

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: pip install '.[docs]'
- run: mkdocs gh-deploy --force
24 changes: 0 additions & 24 deletions .github/workflows/mkdocs-deploy.yml

This file was deleted.

0 comments on commit bced0fc

Please sign in to comment.