diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 736d427..ccb0977 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,25 +1,25 @@ -name: Publish to GitHub Pages +# name: Publish to GitHub Pages -on: - push: - branches: - - master +# on: +# push: +# branches: +# - master -jobs: - publish: - runs-on: ubuntu-latest - steps: - - name: Check out - uses: actions/checkout@v1 +# jobs: +# publish: +# runs-on: ubuntu-latest +# steps: +# - name: Check out +# uses: actions/checkout@v1 - - name: Install Emacs - run: sudo apt install emacs-nox --yes +# - name: Install Emacs +# run: sudo apt install emacs-nox --yes - - name: Build the site - run: ./build.sh +# - name: Build the site +# run: ./build.sh - - name: Publish generated content to GitHub Pages - uses: JamesIves/github-pages-deploy-action@4.1.4 - with: - branch: gh-pages - folder: public +# - name: Publish generated content to GitHub Pages +# uses: JamesIves/github-pages-deploy-action@4.1.4 +# with: +# branch: gh-pages +# folder: public