From c357435a9e6595ad8f14ba811aa7b8073663e16b Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 30 Oct 2024 01:56:49 +0300 Subject: [PATCH] Update .github/workflows/pages-deploy.yml --- .github/workflows/pages-deploy.yml | 36 +++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 11c3dd8..4ae26d9 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -26,14 +26,14 @@ jobs: build: 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 @@ -61,13 +61,13 @@ jobs: # with: # path: "_site${{ steps.pages.outputs.base_path }}" - 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 +# 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