We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9a6f8 commit 69a4be1Copy full SHA for 69a4be1
.github/workflows/deploy.yaml
@@ -39,6 +39,7 @@ jobs:
39
- name: Setup Pages
40
id: pages
41
uses: actions/configure-pages@v5
42
+ - run: sudo apt-get install xsltproc
43
- name: Build
44
run: ./gen.sh
45
- name: Upload artifact
0 commit comments