diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml deleted file mode 100644 index 9ae306f..0000000 --- a/.github/workflows/gh-pages.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Pages -on: - push: - branches: - - master -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Setup python - uses: actions/setup-python@v2 - - name: Checkout - uses: actions/checkout@master - with: - fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - - name: Install dependencies - run: | - python --version - python -m pip install --upgrade pip - python -m pip install -U sphinx - - name: Build and Commit - uses: sphinx-notes/pages@v2 - with: - documentation_path: ./docs/source - - name: Push changes - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: gh-pages \ No newline at end of file