diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 342a105..f7d2ec8 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -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