From f89148e2056c2ad59c95f9da193d6972aa726cca Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Mon, 16 Oct 2023 11:51:50 -0400 Subject: [PATCH] update name of branch This repo predates the general move to the name branch `main` and not `master` --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f787d35..f13b1c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - run: mdbook build - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/master' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book