diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cc57bb1..bff8b00 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,6 @@ jobs: run: | npm ci npm run build - npm run export # creates a .nojekyll file in the out directory to tell GitHub Pages not to treat the site as a Jekyll project. touch out/.nojekyll diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de8320a..3f6974d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,5 @@ jobs: run: | npm ci npm run build - npm run export # creates a .nojekyll file in the out directory to tell GitHub Pages not to treat the site as a Jekyll project. touch out/.nojekyll