From f45ec0d7734747cf82f83fb60df972121ef2e191 Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Arrowar@users.noreply.github.com> Date: Sat, 10 May 2025 09:22:26 +0200 Subject: [PATCH] Update .site --- .github/workflows/pages.yml | 6 ++-- .github/workflows/static.yml | 45 --------------------------- .site/index.html | 0 {.github => Test}/.site/css/style.css | 0 {.github => Test}/.site/index.html | 0 {.github => Test}/.site/js/script.js | 0 6 files changed, 3 insertions(+), 48 deletions(-) delete mode 100644 .github/workflows/static.yml create mode 100644 .site/index.html rename {.github => Test}/.site/css/style.css (100%) rename {.github => Test}/.site/index.html (100%) rename {.github => Test}/.site/js/script.js (100%) 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