Skip to content

Commit

Permalink
removed broken action
Browse files Browse the repository at this point in the history
  • Loading branch information
moisbo committed Nov 27, 2023
1 parent 9947ca8 commit 09069b1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09069b1

Please sign in to comment.