From b51cdbf95e8e191d1fdbfe8d18e52e87fafbb545 Mon Sep 17 00:00:00 2001 From: oleghasjanov Date: Tue, 6 Aug 2024 12:00:29 +0300 Subject: [PATCH] Update GitHub Action and project structure --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index db7e855..b7d429a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages on: push: branches: - - main + - master jobs: deploy: @@ -27,3 +27,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: . + force_orphan: true \ No newline at end of file