danielbayley/Qwik Build
GitHub Action to build your Qwik[City] static site for GitHub Pages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | Provide a token with permission to automatically enable Pages. Generate an access token, then add to your repository secrets. | no | — |
| branch | Optionally specify a particular branch of your repo. | no | ${{ github.ref_name }} |
| working-dir | Optionally specify a subfolder containing source files. | no | ${{ github.workspace }} |
| build-dir | Optionally specify an alternative build folder. | no | dist |
| node-version-file | Optionally specify a file containing the correct version of Node. | no | package.json |
| node-version | Optionally specify a SemVer range or particular version of Node.js. | no | — |
Outputs
| name | description |
|---|---|
| package-manager | Detected package manager. |
| page-url | Pages site URL. |