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