From 0553228832270a37528d1b61e1f75bb32bbdf5ab Mon Sep 17 00:00:00 2001 From: Greenreader9 <75644395+greenreader9@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:15:18 -0500 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 4771f666..29b7ead3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -25,7 +25,7 @@ jobs: # Single deploy job since we're just deploying deploy: environment: - name: github-pages + name: TTLXGOVEE Docs url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: '/build/.' + path: 'build' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4