Skip to content

Commit

Permalink
Reorganize and publish from src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanny committed Jan 21, 2025
1 parent 3afcf94 commit 378f3ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 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: '.'
path: 'src/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
File renamed without changes.
2 changes: 1 addition & 1 deletion index.xhtml → src/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<title>brendanny</title>
<link href="css/custom.css" rel="stylesheet"/>
<link href="css/core.css" rel="stylesheet"/>
</head>
<body>
<h2>Ebook Projects</h2>
Expand Down

0 comments on commit 378f3ab

Please sign in to comment.