Skip to content

Commit 6fd7dcb

Browse files
Merge pull request #2 from ResearchCubeMod/main
Push fix for tier colors Add licenses Improve actions
2 parents 54eab52 + dce6585 commit 6fd7dcb

4 files changed

Lines changed: 648 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,10 @@ jobs:
3333
path: dist
3434
- id: deployment
3535
uses: actions/deploy-pages@v4
36+
notification:
37+
runs-on: ubuntu-latest
38+
needs: [build-and-deploy]
39+
steps:
40+
- name: Notify
41+
run: |
42+
curl --fail-with-body --show-error --silent --request POST --url ${{ secrets.DEPLOY_HOOK }} --header 'content-type: application/json' --data '${{ secrets.DEPLOY_MSG }}'

0 commit comments

Comments
 (0)