on: [push] jobs: jekyll: runs-on: docker container: image: jekyll/builder:latest steps: - uses: actions/checkout@v3 - run: | ls ${{ github.workspace }} # - name: Update Gems # run: bundle update # - name: Build Site # run: jekyll build