diff --git a/.github/workflows/pages-build.yml b/.github/workflows/pages-build.yml index 6144470..0b53c93 100644 --- a/.github/workflows/pages-build.yml +++ b/.github/workflows/pages-build.yml @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -34,7 +34,7 @@ jobs: uses: actions/jekyll-build-pages@v1.0.9 with: source: ./docs - destination: ./docs/_site + destination: ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v3 @@ -48,4 +48,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4