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:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths-ignore:
|
||||
- .gitignore
|
||||
- README.md
|
||||
- LICENSE
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
@ -31,10 +28,13 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
github-server-url: 'https://git.asandikci.com'
|
||||
# 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
|
||||
# uses: actions/configure-pages@v4
|
||||
|
|
Loading…
Reference in a new issue