Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Test Version - next.asandikci.com / build (push) Failing after 2m23s
Some checks failed
Build and Test Version - next.asandikci.com / build (push) Failing after 2m23s
This commit is contained in:
parent
75d8a58d5a
commit
8b1448ece2
1 changed files with 2 additions and 4 deletions
6
.github/workflows/pages-deploy.yml
vendored
6
.github/workflows/pages-deploy.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue