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 a5fbefe commit b6dc193Copy full SHA for b6dc193
.github/workflows/deploy.yml
@@ -32,6 +32,7 @@ jobs:
32
mkdir -p content
33
mv my-zettelkasten/assets content/assets
34
mv my-zettelkasten/wiki/* content
35
+ mkdir content/college
36
mv my-zettelkasten/areas/college/* content/college
37
- uses: actions/setup-node@v3
38
with:
0 commit comments