Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MakotoE committed Sep 28, 2023
1 parent b5e5aa0 commit 4e61f25
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 @@ -27,7 +27,7 @@ jobs:
run: wget -qO- https://github.com/tdewolff/minify/releases/download/v2.12.7/minify_linux_amd64.tar.gz | tar -xz
- name: Set version
run: |
echo "myst_substitutions = {'version': '${GITHUB_REF_NAME}'}" >> conf.py
echo "${GITHUB_REF_NAME}" > version
cat conf.py
- name: Build pages
run: sh ./buildAll.sh
Expand Down

0 comments on commit 4e61f25

Please sign in to comment.