From 0b5346c623d316dd5044b6ed49cddd0ae122280d Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 23:35:34 +0300 Subject: [PATCH] Update .github/workflows/pages-deploy.yml --- .github/workflows/pages-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 4ae26d9..b7b2d9c 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -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