Skip to content

Commit

Permalink
feat: Attempt to fix deployment and test to see if this can be succes…
Browse files Browse the repository at this point in the history
…sful
  • Loading branch information
25Ericcheong committed May 4, 2024
1 parent 52bc44c commit cf399eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
pages: write
id-token: write

# if: github.ref == 'refs/heads/master' && github.event.pull_request.merged
if: github.ref == 'refs/heads/master' && github.event.pull_request.merged
runs-on: ubuntu-latest

environment:
Expand All @@ -63,6 +63,8 @@ jobs:
- name: Deploy to GitHub pages
id: deployment
uses: actions/deploy-pages@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Job status of deployment
run: echo "🍏 Deploy to GitHub pages is a ${{ job.status }} to ${{ steps.deployment.outputs.page_url }}"

0 comments on commit cf399eb

Please sign in to comment.