Skip to content

Commit

Permalink
Undo yesterday
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Jul 29, 2024
1 parent 0bd2181 commit 75c2df0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ export default function(eleventyConfig) {
eleventyConfig.on(
"afterBuild",
function() {
fs.mkdirSync("./_site/play")
fs.copyFileSync(
"./play/index.html",
"./_site/play/index.html",
"./index.html",
"./_site/index.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 @@
play/index.html
index.html
disk2/index.html
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:

- run: yarn install

- uses: actions/checkout@v4
with:
repository: henrycatalinismith/henrycatalinismith.github.io
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 75c2df0

Please sign in to comment.