From 2ed20a4ae73c042c3feba829935d9c56a42ffeae Mon Sep 17 00:00:00 2001 From: Jordy Herrera Mussio Date: Mon, 29 Jul 2024 14:09:45 -0600 Subject: [PATCH] fix: added missing environment --- .github/workflows/docs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 44fa944..aa6d04d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: npm run docs - name: Upload Pages Artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact with: path: dist/docs Deploy: @@ -38,6 +38,9 @@ jobs: permissions: pages: write id-token: write + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} steps: - name: Deploy to GitHub Pages id: deployment