diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 693e515..7e1d85f 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -1,21 +1,21 @@ -name: Publish docs via GitHub -on: - push: - branches: - - main +# name: Publish docs via GitHub +# on: +# push: +# branches: +# - main -jobs: - build: - name: Deploy docs - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: 3.9 - - name: run requirements file - run: pip install -r requirements.txt - - name: Deploy docs - run: mkdocs gh-deploy --force - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file +# jobs: +# build: +# name: Deploy docs +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v3 +# - uses: actions/setup-python@v4 +# with: +# python-version: 3.9 +# - name: run requirements file +# run: pip install -r requirements.txt +# - name: Deploy docs +# run: mkdocs gh-deploy --force +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file