Skip to content

fix the restriction on tailscale and attic #3

fix the restriction on tailscale and attic

fix the restriction on tailscale and attic #3

Workflow file for this run

---
name: Publish Docs
on:
push:
branches:
- main
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
if: github.repository != 'atropos112/template-python-pkg'
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUIREMENTS: requirements_for_docs.txt