| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory contains GitHub workflows for the SveltePlot repository.
This workflow runs the automated test suite for the project on push to main branch and pull requests.
This workflow automatically deploys the main branch documentation to GitHub Pages at the root URL. It runs whenever changes are pushed to the main branch.
This workflow automatically deploys the documentation website to GitHub Pages with a URL path prefixed with "~" and the branch name. This enables reviewing documentation changes for each branch without affecting the main documentation site.
When you push to the main branch:
URLs for the main branch deployment:
When you push to any branch except main:
URLs for branch deployments will follow this pattern:
The tilde prefix ("~") is used to avoid conflicts with existing directories in the main documentation site.
Before these workflows can function properly, you need to:
Enable GitHub Pages for your repository:
No additional credentials are needed as GitHub handles the authentication
Both workflows are configured to use the official GitHub Pages actions:
These actions handle the upload and deployment to GitHub Pages automatically.
If the deployment fails, check:
| Back | FazBrowse Home | New Git URL |