Skip to content

Commit

Permalink
Update deploy-prd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
coolov authored Sep 20, 2024
1 parent 7ddf839 commit 043a857
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy-prd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ jobs:
pages: write
id-token: write

steps:
# Step 1: Download the previously uploaded artifact
- name: Download Pages artifact
uses: actions/download-pages-artifact@v1
# Deploy to the github-pages environment
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

# Step 2: Deploy to GitHub Pages
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 043a857

Please sign in to comment.