Skip to content

Commit

Permalink
fix: Update Docker image tag in deploy workflow to latest version for…
Browse files Browse the repository at this point in the history
… Sphinx documentation
  • Loading branch information
hsiangjenli committed Dec 8, 2024
1 parent 71c5fb2 commit eb355e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Use Docker Image
uses: addnab/docker-run-action@v3
with:
image: hsiangjenli/sphinx-doc:paper-digest
image: hsiangjenli/sphinx-doc:paper-digest-2024-12-08
options: --platform linux/amd64 -v ${{ github.workspace }}:/workspace --user root
run: python source/_static/gen_keyword/script.py && make html

Expand Down

0 comments on commit eb355e7

Please sign in to comment.