diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09ee51f..44982c6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,8 +68,7 @@ jobs: - name: Publish to Pages uses: crazy-max/ghaction-github-pages@v2 with: - target_branch: gh-pages - if-no-files-found: error + target_branch: gh-pages build_dir: docs env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}