We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c53ae commit bd3664cCopy full SHA for bd3664c
.github/workflows/update.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- run: sudo apt-get install -y gettext
21
- run: uv run generate.py # generates "index.html"
22
- - run: mkdir -p build && cp index.html style.css build
+ - run: mkdir -p build && cp index.* style.css build
23
- name: Deploy 🚀
24
if: github.event_name != 'pull_request'
25
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments