Skip to content

Commit

Permalink
move html
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotthall committed Dec 10, 2024
1 parent 2b0e62f commit 5eeb366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ true }}
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ../html
publish_dir: ./html
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Commit and push
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ netlify/functions/dynamic/*
tweets.json
_site
frontend/html
html
/osnap
/tests
/admin
Expand Down
2 changes: 1 addition & 1 deletion frontend/.eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ module.exports = function (config) {
// pathPrefix: "/bcc-11ty/",
return {
dir: {
output: "html",
output: "../html",
}
};
};

0 comments on commit 5eeb366

Please sign in to comment.