From c0d583aa9e09cbd6e3f7d8d3de6be3c0d58f53cc Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 30 Oct 2024 01:55:10 +0300 Subject: [PATCH] Update .github/workflows/pages-deploy.yml --- .github/workflows/pages-deploy.yml | 60 +++++++++++++++--------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index c33b2a6..11c3dd8 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -24,42 +24,42 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: docker - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - # submodules: true - # If using the 'assets' git submodule from Chirpy Starter, uncomment above - # (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets) + # steps: + # - name: Checkout + # uses: actions/checkout@v4 + # with: + # fetch-depth: 0 + # # submodules: true + # # If using the 'assets' git submodule from Chirpy Starter, uncomment above + # # (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets) - - name: Setup Pages - id: pages - uses: actions/configure-pages@v4 + # - name: Setup Pages + # id: pages + # uses: actions/configure-pages@v4 - - name: Setup Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.2 - bundler-cache: true + # - name: Setup Ruby + # uses: ruby/setup-ruby@v1 + # with: + # ruby-version: 3.2 + # bundler-cache: true - - name: Build site - run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}" - env: - JEKYLL_ENV: "production" + # - name: Build site + # run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}" + # env: + # JEKYLL_ENV: "production" - - name: Test site - run: | - bundle exec htmlproofer _site \ - \-\-disable-external=true \ - \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" + # - name: Test site + # run: | + # bundle exec htmlproofer _site \ + # \-\-disable-external=true \ + # \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" - - name: Upload site artifact - uses: actions/upload-pages-artifact@v3 - with: - path: "_site${{ steps.pages.outputs.base_path }}" + # - name: Upload site artifact + # uses: actions/upload-pages-artifact@v3 + # with: + # path: "_site${{ steps.pages.outputs.base_path }}" deploy: environment: