Skip to content

Commit

Permalink
fix: Update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Feb 28, 2025
1 parent ca42c76 commit 0c618b0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,3 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.ROBOT_DATAUI_NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
shell: bash
- run: npm run artifact:pages
if: ${{ steps.release.outputs.release_created }}
- name: Upload static files as artifact
if: ${{ steps.release.outputs.release_created }}
id: artifact
uses: actions/upload-pages-artifact@v3
with:
path: pages-build/
- name: Deploy to GitHub Pages
if: ${{ steps.release.outputs.release_created }}
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 0c618b0

Please sign in to comment.