From 10e24d9437c79660b2ce68ce833d39d34a34fa2f Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Tue, 25 Oct 2022 00:37:51 +0800 Subject: [PATCH] fix CI --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index c242f47..cf79838 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -24,7 +24,7 @@ jobs: - run: cd serverless/aws && npm install && npm run build && cp dist/lambda_function.zip ../../app/dist - run: cd serverless/cloudflare && npm install && npm run build && cp dist/index.js ../../app/dist - run: cd spec/v3 && cp *.pmtiles ../../app/dist - - run: cd js/examples && cp *.html ../../app/dist/examples/ + - run: cd js/examples && mkdir ../../app/dist/examples && cp *.html ../../app/dist/examples/ - name: build_app uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/master' }}