Skip to content

Commit bf38c88

Browse files
committed
Update: Updated deployment action
1 parent 8dcecc1 commit bf38c88

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'LICENSE'
99
- 'README.md'
1010
- 'example.json'
11+
- '.github/*'
1112
workflow_dispatch:
1213

1314
permissions:
@@ -43,15 +44,3 @@ jobs:
4344
- name: Deploy to Github pages
4445
id: deployment
4546
uses: actions/deploy-pages@v4
46-
47-
- name: Print success message and website adress
48-
run: |
49-
echo "Site deployed successfully!"
50-
echo "Website URL: ${{ steps.deployment.outputs.page_url }}"
51-
52-
53-
54-
55-
56-
57-

0 commit comments

Comments
 (0)