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