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