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
|
- 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:
|
||||||
|
|
Loading…
Reference in a new issue