diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 728ba6a..fdb871c 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -35,5 +35,7 @@ jobs: git switch -C demo git rm --cached -r . git add demo + git rm --cached demo/src + git rm --cached demo/Cargo.toml git commit -m "Automated report" git push origin -f demo diff --git a/demo/.gitignore b/demo/.gitignore deleted file mode 100644 index ea8c4bf..0000000 --- a/demo/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target