From e7673018efdc1ec3b7e8c7a1ec79c5b9e0e1b418 Mon Sep 17 00:00:00 2001 From: Kenny Carlile Date: Sun, 26 May 2024 16:44:30 -0700 Subject: [PATCH] Tweaking action --- .github/workflows/demo-hosting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/demo-hosting.yml b/.github/workflows/demo-hosting.yml index 70c966b..76c12dd 100644 --- a/.github/workflows/demo-hosting.yml +++ b/.github/workflows/demo-hosting.yml @@ -19,7 +19,7 @@ jobs: username: ${{ secrets.ftp_username }} password: ${{ secrets.ftp_password }} local-dir: docs/examples/ - server-dir: demo/guitar-diagrams-js/ + server-dir: guitar-diagrams-js/ exclude: | testing.html js/testing.js