diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index e687089a8..d45c998bc 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -44,7 +44,7 @@ jobs: run: pnpm site:preview - run: | - zip -r _site.zip ./src/_dist + zip -r _site.zip ./_dist - name: upload _site artifact uses: actions/upload-artifact@v2 diff --git a/.vitepress/theme/styles/home-links.css b/.vitepress/theme/styles/home-links.css index 720e7ae62..c0bd0775f 100644 --- a/.vitepress/theme/styles/home-links.css +++ b/.vitepress/theme/styles/home-links.css @@ -40,5 +40,3 @@ a.cta.video::after { border-bottom: 4px solid transparent; border-left: 7px solid currentColor; } - -