Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 32s
Some checks failed
Build and Deploy / build (push) Failing after 32s
This commit is contained in:
parent
c0d583aa9e
commit
c357435a9e
1 changed files with 18 additions and 18 deletions
36
.github/workflows/pages-deploy.yml
vendored
36
.github/workflows/pages-deploy.yml
vendored
|
@ -26,14 +26,14 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
# steps:
|
steps:
|
||||||
# - name: Checkout
|
- name: Checkout
|
||||||
# uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
# with:
|
with:
|
||||||
# fetch-depth: 0
|
fetch-depth: 0
|
||||||
# # submodules: true
|
# submodules: true
|
||||||
# # If using the 'assets' git submodule from Chirpy Starter, uncomment above
|
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
|
||||||
# # (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
|
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
|
||||||
|
|
||||||
# - name: Setup Pages
|
# - name: Setup Pages
|
||||||
# id: pages
|
# id: pages
|
||||||
|
@ -61,13 +61,13 @@ jobs:
|
||||||
# with:
|
# with:
|
||||||
# path: "_site${{ steps.pages.outputs.base_path }}"
|
# path: "_site${{ steps.pages.outputs.base_path }}"
|
||||||
|
|
||||||
deploy:
|
# deploy:
|
||||||
environment:
|
# environment:
|
||||||
name: github-pages
|
# name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
# url: ${{ steps.deployment.outputs.page_url }}
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
needs: build
|
# needs: build
|
||||||
steps:
|
# steps:
|
||||||
- name: Deploy to GitHub Pages
|
# - name: Deploy to GitHub Pages
|
||||||
id: deployment
|
# id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
# uses: actions/deploy-pages@v4
|
||||||
|
|
Loading…
Reference in a new issue