From a00f7326b6b30aad733aef7ad2a381de28b650b0 Mon Sep 17 00:00:00 2001 From: Damir Shamanaev Date: Fri, 22 Mar 2024 22:01:53 +0300 Subject: [PATCH] oh, boy --- .github/workflows/main.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 642ec8c3..53c8db95 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,9 @@ name: Run mdbook and publish GitHub Pages -on: - push: - branches: [] +# off: +# on: + # push: + # branches: [] # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. @@ -20,9 +21,9 @@ jobs: with: mdbook-version: "0.4.32" - run: mdbook build - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./book - cname: move-book.com + # - name: Deploy + # uses: peaceiris/actions-gh-pages@v3 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ./book + # cname: move-book.com