Skip to content

Commit

Permalink
fix: deploy job issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kpatel0170 committed May 27, 2024
1 parent bb5802d commit f528cb7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,14 @@ jobs:
with:
path: ./build

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Download artifact
uses: actions/download-pages-artifact@v2

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v3

0 comments on commit f528cb7

Please sign in to comment.