Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Test Version - next.asandikci.com / build (push) Failing after 2m23s

This commit is contained in:
Aliberk Sandıkçı 2024-11-13 21:33:36 +03:00
parent 75d8a58d5a
commit 8b1448ece2

View file

@ -52,9 +52,7 @@ jobs:
- name: Checkout - name: Checkout
run: | run: |
git clone https://git.asandikci.com/asandikci.com/web git clone https://git.asandikci.com/asandikci.com/web
cd web ls -la ./web
ls -la
pwd
# uses: actions/checkout@v4 # uses: actions/checkout@v4
# with: # with:
@ -67,7 +65,7 @@ jobs:
- name: Build Site - name: Build Site
run: | run: |
ruby -v ruby -v
pwd cd web
bundle install bundle install
bundle exec jekyll b bundle exec jekyll b
env: env: