We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf868a commit 33f04d1Copy full SHA for 33f04d1
2 files changed
.github/workflows/deploy.yaml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/upload-pages-artifact@v3
47
with:
48
# Upload docs folder
49
- path: './docs'
+ path: './gh-pages'
50
- name: Deploy to GitHub Pages
51
id: deployment
52
uses: actions/deploy-pages@v4
README.md
@@ -31,7 +31,7 @@ It allows you to:
31
- [SpessaFont - Online SoundFont/DLS Editor](https://spessasus.github.io/SpessaFont)
32
33
34
-### [Documentation](https://github.com/spessasus/spessasynth_lib/wiki/)
+### [Documentation](https://spessasus.github.io/spessasynth_lib)
35
36
37
0 commit comments