Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kedbirhan authored Oct 18, 2023
1 parent 0b64934 commit d231707
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,9 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
- name: deploy react app
uses: bitovi/[email protected]
with:
# Upload entire repository
path: './gh-io-site/build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
install_command: 'npm prefix ./gh-io-site run install'
build_command: 'npm prefix ./gh-io-site run build'

0 comments on commit d231707

Please sign in to comment.