We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6087948 commit 7329bd5Copy full SHA for 7329bd5
1 file changed
.github/workflows/deploy.yml
@@ -33,6 +33,7 @@ jobs:
33
steps:
34
- name: Ensure _build exists
35
run: mkdir -p _build
36
+ run: mkdir -p _build/html
37
- uses: actions/checkout@v4
38
- name: Setup Pages
39
uses: actions/configure-pages@v3
0 commit comments