We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314587b commit a299a0aCopy full SHA for a299a0a
.github/workflows/ci.yml
@@ -6,10 +6,4 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v3
9
- - name: Build the site in the jekyll/builder container
10
- run: |
11
- export JEKYLL_VERSION=3.8
12
- docker run \
13
- -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
14
- -e PAGES_REPO_NWO=${{ github.repository }} \
15
- jekyll/builder:$JEKYLL_VERSION /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
+
0 commit comments