Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaykrks authored May 3, 2024
1 parent f39ee80 commit fd954f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
needs: build
steps:
- name: Copy HTML file
run: cp JavaWebBackend/src/main/resources/templates/index.html index.html
run: cp java-web-backend/JavaWebBackend/src/main/resources/templates/index.html index.html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit fd954f1

Please sign in to comment.