Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Jul 28, 2024
1 parent 07262f8 commit 33521d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export default function(eleventyConfig) {
"afterBuild",
function() {
fs.copyFileSync(
"./tailbone.html",
"./_site/tailbone.html",
"./play.html",
"./_site/play.html",
)
fs.mkdirSync("./_site/disk2")
fs.copyFileSync(
Expand Down
2 changes: 1 addition & 1 deletion .eleventyignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tailbone.html
play.html
disk2/index.html
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
- uses: actions/checkout@v4
with:
repository: henrycatalinismith/henrycatalinismith.github.io
sparse-checkout: tailbone
path: _site
sparse-checkout: |
tailbone/index.html
path: _root

- run: mv _root/tailbone _site/
- run: yarn build

- uses: peaceiris/actions-gh-pages@v3
Expand Down
File renamed without changes.

0 comments on commit 33521d8

Please sign in to comment.