Update .github/workflows/pages-deploy.yml

This commit is contained in:
Aliberk Sandıkçı 2024-11-11 23:09:23 +03:00
parent aaacb23922
commit 2ac5780dd7

View file

@ -33,9 +33,9 @@ jobs:
# apt install sshpass ruby jekyll ruby-html-proofer -y
- name: Health Check [CI TEST]
uses: https://git.asandikci.com/asandikci.com/web@main
run: |
# - name: Health Check [CI TEST]
- uses: https://git.asandikci.com/asandikci.com/web@main
- run: |
ls -la
pwd
whoami
@ -49,23 +49,23 @@ jobs:
bye
!
- name: Checkout
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: Checkout
# 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: Build Site
uses: https://git.asandikci.com/asandikci.com/web@main
run: |
ruby -v
bundle install
bundle exec jekyll b
env:
JEKYLL_ENV: "production"
# - name: Build Site
# uses: https://git.asandikci.com/asandikci.com/web@main
# run: |
# ruby -v
# bundle install
# bundle exec jekyll b
# env:
# JEKYLL_ENV: "production"
# - name: Setup Pages