commit bd50c63e863e3817fdd7d9dee09192a8b081dafe parent 20c1aecc89f2bf5c4aa9fad6cd47ee604a0dcbf5 Author: Jon Harmon <jonthegeek@gmail.com> Date: Fri, 9 Dec 2022 14:55:20 -0600 Update to cecil v3. (#40) Oops, it's different. Can't test without pushing to prod right now, unfortunately. Diffstat:
| M | .github/workflows/deploy_bookdown.yml | | | 7 | ++++--- | 
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/deploy_bookdown.yml b/.github/workflows/deploy_bookdown.yml @@ -48,6 +48,7 @@ jobs: - name: Deploy to GitHub Pages uses: Cecilapp/GitHub-Pages-deploy@v3 env: - EMAIL: ${{ secrets.EMAIL }} # must be a verified email - GH_TOKEN: ${{ secrets.GH_PAT }} # https://github.com/settings/tokens - BUILD_DIR: _book/ # "_site/" by default + GITHUB_TOKEN: ${{ secrets.GH_PAT }} + with: + email: ${{ secrets.EMAIL }} + build_dir: _book/