Skip to content

Commit

Permalink
final touches for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardofernandes21 committed May 6, 2024
1 parent 7d917dd commit a5932fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/deployAction.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
name: frontend

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
deploy-react-to-gh-pages:
runs-on: ubuntu-latest
env:
EXAMPLE: example
EXAMPLE: example

steps:

- name: Checkout
uses: actions/checkout@v2

Expand All @@ -41,4 +39,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: ./build
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a5932fe

Please sign in to comment.