Update .github/workflows/pages-deploy.yml
This commit is contained in:
parent
aaacb23922
commit
2ac5780dd7
1 changed files with 19 additions and 19 deletions
38
.github/workflows/pages-deploy.yml
vendored
38
.github/workflows/pages-deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue