From 54605899741c4b2664a88ff01d04257feef52ada Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Fri, 14 May 2021 16:40:52 +0200 Subject: [PATCH] Delete build.yml --- .github/workflows/build.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 2f61111..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Github Pages Publish - -on: - push: - branches: - - master - workflow_dispatch: - branches: - - master - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 - with: - python-version: 3.x - - run: pip install mkdocs-material mkdocs-section-index - - uses: Stylix58/gh-pages-deploy-action@master - with: - access-token: ${{ secrets.ACCESS_TOKEN }} - source-directory: site - build-command: mkdocs build