Skip to content

Commit

Permalink
fixed pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-gupta-16 committed Feb 11, 2024
1 parent 6c98a32 commit 230a1bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v1
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
name: github-pages
path: './public'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v3

0 comments on commit 230a1bf

Please sign in to comment.