Update .github/workflows/pages-deploy.yml
All checks were successful
Build and Deploy / build (push) Successful in 6s

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 23:35:34 +03:00
parent c357435a9e
commit 0b5346c623

View file

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