From 403f5f6f410ca60462d3ac671317674051c28a85 Mon Sep 17 00:00:00 2001 From: jdonszelmann Date: Tue, 9 Jan 2024 12:24:58 +0100 Subject: [PATCH] fix actions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7f4e178..4d5e54c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy to GitHub Pages on: push: - branches: [frontend] + branches: [main] workflow_dispatch: permissions: @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest environment: name: github-pages - url: ${{ steps.deployment.outputs.page_url }} + url: 2024.rustnl.nl steps: - name: Deploy to GitHub Pages id: deployment