From 9301603ee00d9664a13c1ff4662a72150229dd0b Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 26 Oct 2020 22:07:38 +0000 Subject: Fix links and actions which were broken since the default branch was renamed from master to main --- .github/workflows/book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/book.yml') diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 3ac7c9c..2df0a27 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -13,7 +13,7 @@ jobs: - run: mdbook build book - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book/book -- cgit