An open API service indexing awesome lists of open source software.

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

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`.