From 14b7102bee3dabe6bd6d7e1153c1ef175fd5623b Mon Sep 17 00:00:00 2001 From: Flavio Espinoza Date: Thu, 31 Oct 2024 18:12:26 -0600 Subject: [PATCH] pages --- .github/workflows/docs.yml | 2 +- src/_sidebar.md | 1 - src/{ => docs}/.nojekyll | 0 src/docs/_sidebar.md | 1 + src/{ => docs}/index.html | 0 5 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 src/_sidebar.md rename src/{ => docs}/.nojekyll (100%) create mode 100644 src/docs/_sidebar.md rename src/{ => docs}/index.html (100%) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8028744..c1a9aca 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: './src' + path: './src/docs' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 diff --git a/src/_sidebar.md b/src/_sidebar.md deleted file mode 100644 index f50315a..0000000 --- a/src/_sidebar.md +++ /dev/null @@ -1 +0,0 @@ -- [Input](docs/components/input.md) diff --git a/src/.nojekyll b/src/docs/.nojekyll similarity index 100% rename from src/.nojekyll rename to src/docs/.nojekyll diff --git a/src/docs/_sidebar.md b/src/docs/_sidebar.md new file mode 100644 index 0000000..1702dd9 --- /dev/null +++ b/src/docs/_sidebar.md @@ -0,0 +1 @@ +- [Input](components/input.md) diff --git a/src/index.html b/src/docs/index.html similarity index 100% rename from src/index.html rename to src/docs/index.html