From ce9fad6977afdfba3731ecb046f0e0d2c86ace11 Mon Sep 17 00:00:00 2001 From: Silva de Almeida Date: Thu, 8 Feb 2024 09:31:28 +0100 Subject: [PATCH] . --- .github/workflows/jekyll-gh-pages.yml | 51 ------------------ index.md => src/index.md | 0 {static => src/static}/Thumbs.db | Bin {static => src/static}/img/Thumbs.db | Bin .../static}/img/bonares-repository-logo.png | Bin {static => src/static}/img/glossary.svg | 0 .../static}/img/page-with-header.png | Bin .../static}/img/translation-icon.svg | 0 {static => src/static}/img/zalf_logo.png | Bin {static => src/static}/img/zalf_logo.svg | Bin {static => src/static}/style.css | 0 11 files changed, 51 deletions(-) delete mode 100644 .github/workflows/jekyll-gh-pages.yml rename index.md => src/index.md (100%) rename {static => src/static}/Thumbs.db (100%) rename {static => src/static}/img/Thumbs.db (100%) rename {static => src/static}/img/bonares-repository-logo.png (100%) rename {static => src/static}/img/glossary.svg (100%) rename {static => src/static}/img/page-with-header.png (100%) rename {static => src/static}/img/translation-icon.svg (100%) rename {static => src/static}/img/zalf_logo.png (100%) rename {static => src/static}/img/zalf_logo.svg (100%) rename {static => src/static}/style.css (100%) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml deleted file mode 100644 index 9cb771a..0000000 --- a/.github/workflows/jekyll-gh-pages.yml +++ /dev/null @@ -1,51 +0,0 @@ -# Sample workflow for building and deploying a Jekyll site to GitHub Pages -name: Deploy Jekyll with GitHub Pages dependencies preinstalled - -on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - contents: read - pages: write - id-token: write - -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. -concurrency: - group: "pages" - cancel-in-progress: false - -jobs: - # Build job - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup Pages - uses: actions/configure-pages@v4 - - name: Build with Jekyll - uses: actions/jekyll-build-pages@v1 - with: - source: ./ - destination: ./_site - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - - # Deployment job - 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/index.md b/src/index.md similarity index 100% rename from index.md rename to src/index.md diff --git a/static/Thumbs.db b/src/static/Thumbs.db similarity index 100% rename from static/Thumbs.db rename to src/static/Thumbs.db diff --git a/static/img/Thumbs.db b/src/static/img/Thumbs.db similarity index 100% rename from static/img/Thumbs.db rename to src/static/img/Thumbs.db diff --git a/static/img/bonares-repository-logo.png b/src/static/img/bonares-repository-logo.png similarity index 100% rename from static/img/bonares-repository-logo.png rename to src/static/img/bonares-repository-logo.png diff --git a/static/img/glossary.svg b/src/static/img/glossary.svg similarity index 100% rename from static/img/glossary.svg rename to src/static/img/glossary.svg diff --git a/static/img/page-with-header.png b/src/static/img/page-with-header.png similarity index 100% rename from static/img/page-with-header.png rename to src/static/img/page-with-header.png diff --git a/static/img/translation-icon.svg b/src/static/img/translation-icon.svg similarity index 100% rename from static/img/translation-icon.svg rename to src/static/img/translation-icon.svg diff --git a/static/img/zalf_logo.png b/src/static/img/zalf_logo.png similarity index 100% rename from static/img/zalf_logo.png rename to src/static/img/zalf_logo.png diff --git a/static/img/zalf_logo.svg b/src/static/img/zalf_logo.svg similarity index 100% rename from static/img/zalf_logo.svg rename to src/static/img/zalf_logo.svg diff --git a/static/style.css b/src/static/style.css similarity index 100% rename from static/style.css rename to src/static/style.css