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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue