Skip to content

Commit

Permalink
improving deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Oct 27, 2024
1 parent 60ef182 commit cdb07b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion .github/workflows/deployJob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
- name: Create Telegram Notification
env:
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
Expand Down

0 comments on commit cdb07b2

Please sign in to comment.