Skip to content

Commit

Permalink
set the commit env var from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jan 10, 2025
1 parent 2068dbe commit 10c210a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/cs357/textbook-devel:latest
options: -v ${{ github.workspace }}:/srv/jekyll
options: -v ${{ github.workspace }}:/srv/jekyll -e JEKYLL_BUILD_REVISION=${{ github.sha }}
shell: bash
run: cd /srv/jekyll && ls && make install && make build
- name: Upload artifact
Expand Down

0 comments on commit 10c210a

Please sign in to comment.