diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3022b3..c19da0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,14 +6,11 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: concurrency: - group: github-pages + group: github-pages-build cancel-in-progress: false jobs: build-jekyll: runs-on: ubuntu-latest - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6d3c12..74e2758 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,11 +2,11 @@ name: Publish to GitHub Pages on: push: - branches: [main, master] + branches: [master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: concurrency: - group: github-pages + group: github-pages-publish cancel-in-progress: false # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: