1 parent 8dcecc1 commit bf38c88Copy full SHA for bf38c88
1 file changed
.github/workflows/deploy.yaml
@@ -8,6 +8,7 @@ on:
8
- 'LICENSE'
9
- 'README.md'
10
- 'example.json'
11
+ - '.github/*'
12
workflow_dispatch:
13
14
permissions:
@@ -43,15 +44,3 @@ jobs:
43
44
- name: Deploy to Github pages
45
id: deployment
46
uses: actions/deploy-pages@v4
-
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