From 7448d03c862ec55f31dd7a26b0cac150ac135569 Mon Sep 17 00:00:00 2001 From: lana-k Date: Mon, 12 Oct 2020 13:20:05 +0200 Subject: [PATCH] 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