From ac5dc240ba3990c34df491a82f3ef1e92299cc07 Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Fri, 25 Aug 2023 15:39:40 -0500 Subject: [PATCH] name --- .github/workflows/gh-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 97d96de..12a6d40 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -17,13 +17,13 @@ jobs: run: | cd docs make html - rsync build/html _gh-pages/ + rsync build/html _gh_pages/ # Add the .nojekyll file - name: nojekyll if: ${{ github.event_name == 'push' }} run: | - touch _gh-pages/.nojekyll + touch _gh_pages/.nojekyll # Deploy # https://github.com/peaceiris/actions-gh-pages @@ -33,5 +33,5 @@ jobs: with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: _gh-pages/ + publish_dir: _gh_pages/ force_orphan: true \ No newline at end of file