Update .github/workflows/pages-deploy.yml
All checks were successful
Build and Deploy / build (push) Successful in 6s
All checks were successful
Build and Deploy / build (push) Successful in 6s
This commit is contained in:
parent
c357435a9e
commit
0b5346c623
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pages-deploy.yml
vendored
6
.github/workflows/pages-deploy.yml
vendored
|
@ -3,13 +3,10 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- master
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -31,10 +28,13 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
github-server-url: 'https://git.asandikci.com'
|
||||||
# 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
|
||||||
# uses: actions/configure-pages@v4
|
# uses: actions/configure-pages@v4
|
||||||
|
|
Loading…
Reference in a new issue