diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 86a0b3d..e5871d1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,15 +16,6 @@ jobs: node-version: 18 registry-url: 'https://registry.npmjs.org' - uses: actions/checkout@v3 - - uses: ButlerLogic/action-autotag@stable - with: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - tag_prefix: "v" - id: create_tag - # - run: echo ${{ steps.create_tag.outputs.tagname }} - # - run: echo ${{ steps.create_tag.outputs.version }} - - name: Check if a new tag is created - run: "[[ '${{ steps.create_tag.outputs.tagname }}' ]]" - run: npm ci - run: npm run build - name: Deploy app to GitHub Pages