We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748a194 commit 2778efeCopy full SHA for 2778efe
.github/workflows/update.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: sudo apt-get install -y gettext
22
- run: pip install -r requirements.txt
23
- run: uv run generate.py # generates index.html and index.json
24
- - run: mkdir -p build && cp index.* style.css *.html build
+ - run: mkdir -p build && cp index.* style.css ./*.html build
25
- name: Deploy 🚀
26
if: github.event_name != 'pull_request'
27
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments