From 5c94af8b0167ed827abb370ba272247cb7f79167 Mon Sep 17 00:00:00 2001 From: Mark Aron Szulyovszky Date: Mon, 14 Feb 2022 23:09:56 +0100 Subject: [PATCH] fix(CI): removed sphinx workflow from private repo --- .github/workflows/sphinx.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/sphinx.yml diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml deleted file mode 100644 index 30be4a5..0000000 --- a/.github/workflows/sphinx.yml +++ /dev/null @@ -1,16 +0,0 @@ -on: - push: - branches: - - main - -jobs: - build: - name: Sphinx Pages - runs-on: ubuntu-latest - steps: - - uses: toniher/sphinx-pages@patch-1 - id: sphinx-pages - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - create_readme: true - source_dir: docs