diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a0aa6f7..9d1e009 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -18,14 +18,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - + - name: Setup Pages uses: actions/configure-pages@v5 - + - name: Copy site files run: | mkdir -p _site - cp -r .site/* _site/ + cp -r Test/.site/* _site/ ls -la _site/ - name: Upload artifact diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml deleted file mode 100644 index a0aa6f7..0000000 --- a/.github/workflows/static.yml +++ /dev/null @@ -1,45 +0,0 @@ -on: - push: - branches: ["main"] - workflow_dispatch: - -permissions: - contents: read - pages: write - id-token: write - -concurrency: - group: "pages" - cancel-in-progress: false - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup Pages - uses: actions/configure-pages@v5 - - - name: Copy site files - run: | - mkdir -p _site - cp -r .site/* _site/ - ls -la _site/ - - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - with: - path: _site - - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 diff --git a/.site/index.html b/.site/index.html new file mode 100644 index 0000000..e69de29 diff --git a/.github/.site/css/style.css b/Test/.site/css/style.css similarity index 100% rename from .github/.site/css/style.css rename to Test/.site/css/style.css diff --git a/.github/.site/index.html b/Test/.site/index.html similarity index 100% rename from .github/.site/index.html rename to Test/.site/index.html diff --git a/.github/.site/js/script.js b/Test/.site/js/script.js similarity index 100% rename from .github/.site/js/script.js rename to Test/.site/js/script.js