Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 32s

This commit is contained in:
Aliberk Sandıkçı 2024-10-30 01:56:49 +03:00
parent c0d583aa9e
commit c357435a9e

View file

@ -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