Skip to content

Commit

Permalink
ci: use htaccess for quick build deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Nov 29, 2024
1 parent 52dbb51 commit 5f24c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
mkdir -p build/en/doctrees
venv/bin/sphinx-build -j auto -b html -D language=en -d build/en/doctrees source dist/en
rm -rf dist/en/_sources
cp -r redirects/.htaccess dist
- name: Upload quick build artifact
id: upload-quick
Expand Down

0 comments on commit 5f24c6e

Please sign in to comment.