diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 7a2c391..677880f 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -6,16 +6,11 @@ jobs: image: jekyll/builder:latest steps: - uses: actions/checkout@v3 - - name: Jekyll here? - run: jekyll help - name: Change to source run: | cd ${{ GITHUB_WORKSPACE }} - echo $(pwd) - echo $(ls) - # - name: Update Gems - # run: bundle update - # - name: Build Site - # run: jekyll build - # - name: Check the output - # run: ls -alh ./_site + echo ${{ pwd }} + # - name: Update Gems + # run: bundle update + # - name: Build Site + # run: jekyll build