diff --git a/.github/workflows/deploy_page.yml b/.github/workflows/deploy_www_to_page.yml similarity index 92% rename from .github/workflows/deploy_page.yml rename to .github/workflows/deploy_www_to_page.yml index 9dc916b410..78b2ee16de 100644 --- a/.github/workflows/deploy_page.yml +++ b/.github/workflows/deploy_www_to_page.yml @@ -1,5 +1,5 @@ # Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages +name: Deploy www/ to pages on: # Runs on pushes targeting the default branch @@ -38,8 +38,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - # Upload entire repository - path: "./docs/" + path: "./www/" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 diff --git a/docs/CNAME b/www/CNAME similarity index 100% rename from docs/CNAME rename to www/CNAME diff --git a/docs/assert/assert_tool.css b/www/assert/assert_tool.css similarity index 100% rename from docs/assert/assert_tool.css rename to www/assert/assert_tool.css diff --git a/docs/assert/assert_tool.js b/www/assert/assert_tool.js similarity index 100% rename from docs/assert/assert_tool.js rename to www/assert/assert_tool.js diff --git a/docs/assert/index.html b/www/assert/index.html similarity index 100% rename from docs/assert/index.html rename to www/assert/index.html diff --git a/docs/index.html b/www/index.html similarity index 85% rename from docs/index.html rename to www/index.html index e4b3281964..bada602a20 100644 --- a/docs/index.html +++ b/www/index.html @@ -7,7 +7,8 @@ -

Welcome on Jsenv org, WORK IN PROGRESS.

+

Welcome on Jsenv org

+

WORK IN PROGRESS

Github repository: https://github.com/jsenv/core