diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml deleted file mode 100644 index 3e85b05..0000000 --- a/.github/workflows/gh-pages.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Deploy -on: - push: - branches: [main, official_docs_site] - -jobs: - docs: - name: Generate Website - runs-on: ubuntu-latest - - env: - SPHINX_GITHUB_CHANGELOG_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 - with: - python-version: "3.10" - - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt - git clone https://github.com/trigaten/Prompt_Systematic_Review.git - - - name: Build - run: sphinx-build -b dirhtml -v docs/ build - - - name: Upload to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build/ - - permissions: - contents: write \ No newline at end of file