From abaa954d3eb0acd62dcb9a7dc0c8bd65735024a9 Mon Sep 17 00:00:00 2001 From: "J. Meng" <45053009+exoad@users.noreply.github.com> Date: Sat, 23 Mar 2024 22:23:08 -0400 Subject: [PATCH] Update static.yml Signed-off-by: J. Meng <45053009+exoad@users.noreply.github.com> --- .github/workflows/static.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 9e9d349..7fafaf7 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,5 +1,5 @@ # Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages +name: Deploy static api to Pages on: # Runs on pushes targeting the default branch @@ -25,19 +25,19 @@ jobs: # Single deploy job since we're just deploying deploy: environment: - name: github-pages + name: argus-api url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup Pages + - name: Setup API uses: actions/configure-pages@v4 - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: # Upload entire repository path: '.' - - name: Deploy to GitHub Pages + - name: Deploy! id: deployment uses: actions/deploy-pages@v4