diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index d1ab735..b05707f 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -1,4 +1,4 @@ -name: "Build and Deploy" +name: "Build and Test Version - next.asandikci.com" on: push: branches: @@ -31,7 +31,7 @@ jobs: # dpkg-reconfigure --frontend noninteractive tzdata apt update -y apt upgrade -y - apt install nodejs sshpass ruby jekyll ruby-html-proofer -y + apt install git sshpass ruby jekyll ruby-html-proofer -y # no need to these after using own docker image! (see asandikci/DockerTests) - name: Health Check [CI TEST] @@ -50,13 +50,18 @@ jobs: ! - 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) + run: | + git clone https://git.asandikci.com/asandikci.com/web + cd web + ls -la + + # 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 run: |