diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 99310b9..95115fd 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -33,7 +33,7 @@ jobs: - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: - source: ./.github + source: ./gh-pages destination: ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v2 diff --git a/.github-pages/index.html b/gh-pages/index.html similarity index 100% rename from .github-pages/index.html rename to gh-pages/index.html