Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KotsiosDimis committed Dec 17, 2024
1 parent 3de0a46 commit 4b0c9b4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './public/views'
path: './public'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
File renamed without changes.
4 changes: 2 additions & 2 deletions public/views/index.html → public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- External JS File -->
<script src="../js/checkSession.js"></script>
<script src="../js/login.js"></script>
<script src="js/checkSession.js"></script>
<script src="js/login.js"></script>
</head>

<body>
Expand Down
File renamed without changes.

0 comments on commit 4b0c9b4

Please sign in to comment.