Skip to content

Commit

Permalink
fix: workflows upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsharma committed Feb 24, 2025
1 parent 2875c4f commit a7f59d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.2.2
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5.0.0
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3.0.1
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4.0.5
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"GitHooks.hooksDirectory": "/root/portfolios/ip/.git/hooks"
"GitHooks.hooksDirectory": "/home/suraj/portfolios/ip/.git/hooks"
}

0 comments on commit a7f59d8

Please sign in to comment.