We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6910b7 commit c218689Copy full SHA for c218689
.github/workflows/static.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/upload-pages-artifact@v3
38
with:
39
# Upload entire repository
40
- path: '.'
+ path: './example'
41
- name: Deploy to GitHub Pages
42
id: deployment
43
uses: actions/deploy-pages@v4
README.md
@@ -1,4 +1,4 @@
1
# chartflowy
2
Yet another Javascript SVG Flowchart Editor
3
4
-Try it out: https://tomwjerry.github.io/jssvgflowcharteditor
+Try it out: https://tomwjerry.github.io/chartflowy
0 commit comments