Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
Signed-off-by: J. Meng <[email protected]>
  • Loading branch information
exoad authored Mar 24, 2024
1 parent e2df682 commit abaa954
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit abaa954

Please sign in to comment.