From 1867cdb4648edf7344e3233c665e62da7410a020 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Sun, 2 Jun 2024 14:25:54 -0700 Subject: [PATCH] Set env... --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5bc5bde4..6baaafb4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,5 +30,8 @@ jobs: with: path: public - name: Deploy to GitHub Pages + id: deployment uses: actions/deploy-pages@v4 - id: github-pages \ No newline at end of file + env: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} \ No newline at end of file