From 7448d03c862ec55f31dd7a26b0cac150ac135569 Mon Sep 17 00:00:00 2001 From: lana-k Date: Mon, 12 Oct 2020 13:20:05 +0200 Subject: [PATCH 1/2] Update main.yml --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f965558..41fedf3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,10 +22,10 @@ jobs: npm install npm run build - - name: Deploy to github pages 🚀 - uses: JamesIves/github-pages-deploy-action@3.6.2 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: build # The branch the action should deploy to. - FOLDER: dist/ # The folder the action should deploy. - CLEAN: true # Automatically remove deleted files from the deploy branch + - name: Deploy 🚀 + uses: JamesIves/github-pages-deploy-action@3.6.2 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + BRANCH: build # The branch the action should deploy to. + FOLDER: dist/ # The folder the action should deploy. + CLEAN: true # Automatically remove deleted files from the deploy branch From 0904b49c6ca12651c36d8d340b7aef0c61362570 Mon Sep 17 00:00:00 2001 From: lana-k Date: Mon, 12 Oct 2020 13:39:49 +0200 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41fedf3..a9dc8ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,4 +28,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: build # The branch the action should deploy to. FOLDER: dist/ # The folder the action should deploy. - CLEAN: true # Automatically remove deleted files from the deploy branch + CLEAN: false # Automatically remove deleted files from the deploy branch