Skip to content

Commit

Permalink
fix: attempt to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
liestreadt committed Jul 16, 2023
1 parent 55ff666 commit bd6484d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: install dependecies and build
run: |
npm ci
PUBLIC_URL="shri-unit-demo-cra" npm run build
npm run build
- name: deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand All @@ -84,13 +84,13 @@ jobs:
issue-number: ${{ needs.release.outputs.issueNum }}
body: |
## Deploy № **${{ github.run_id }}**
[Link to deploy]()
[Link to deploy](https://liestreadt.github.io/shri-unit-demo-cra/)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Close Issue
uses: peter-evans/close-issue@v3
with:
issue-number: ${{ needs.release.outputs.issueNum }}
comment: |
## Deploy is successfull. Issues automatically closed
# - name: Close Issue
# uses: peter-evans/close-issue@v3
# with:
# issue-number: ${{ needs.release.outputs.issueNum }}
# comment: |
# ## Deploy is successfull. Issues automatically closed

0 comments on commit bd6484d

Please sign in to comment.