Skip to content

Commit

Permalink
chore: remove obsolete task from gh deploy action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Oct 11, 2024
1 parent e3c34ce commit 110557c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
esac
- name: Build docs-app
run: npm run build:docs
- name: Copy redirects config file to the __build__ directory.
run: cp ./packages/__docs__/_redirects_gh_pages ./packages/__docs__/__build__
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 110557c

Please sign in to comment.