Skip to content

Commit c218689

Browse files
committed
Pages?
1 parent b6910b7 commit c218689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-pages-artifact@v3
3838
with:
3939
# Upload entire repository
40-
path: '.'
40+
path: './example'
4141
- name: Deploy to GitHub Pages
4242
id: deployment
4343
uses: actions/deploy-pages@v4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# chartflowy
22
Yet another Javascript SVG Flowchart Editor
33

4-
Try it out: https://tomwjerry.github.io/jssvgflowcharteditor
4+
Try it out: https://tomwjerry.github.io/chartflowy

0 commit comments

Comments
 (0)