https://github.com/binki/binki-action-publish-create-react-app-to-pages
https://github.com/binki/binki-action-publish-create-react-app-to-pages
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binki/binki-action-publish-create-react-app-to-pages
- Owner: binki
- License: mit
- Created: 2022-09-05T17:52:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T15:09:35.000Z (over 1 year ago)
- Last Synced: 2025-02-28T12:43:09.330Z (over 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Publishes a simple create-react-app to GitHub pages using the new/Beta [actions/deploy-pages](https://github.com/actions/deploy-pages) strategy.
Example workflow:
```yaml
name: deploy
on:
push:
branches:
- 'master'
jobs:
deploy:
permissions:
pages: write
id-token: write
uses: binki/binki-action-publish-create-react-app-to-pages/.github/workflows/workflow.yml@2
```
Be sure you define a valid `test` script in your `package.json`.