File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Deploy Documentation to GitHub Pages
22
33on :
44 push :
5- branches : [ main, master, docs-inital-commit ]
5+ branches : [ main, master]
66 paths :
77 - ' docs/**'
88 - ' .github/workflows/docs.yml'
6060 url : ${{ steps.deployment.outputs.page_url }}
6161 runs-on : ubuntu-latest
6262 needs : build
63- if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/docs-inital-commit'
63+ if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
6464 steps :
6565 - name : Deploy to GitHub Pages
6666 id : deployment
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ See the comprehensive [Deployment Guide](deployment/README.md) for detailed inst
3131- [ MaaS API Documentation] ( maas-api/README.md ) - Go API for key management
3232- [ OAuth Setup Guide] ( docs/OAUTH_SETUP.md ) - Configure OAuth authentication
3333
34+ Online Documentation: [ https://opendatahub-io/maas-billing/ ] ( https://opendatahub-io/maas-billing/ )
35+
3436## 🤝 Contributing
3537
3638We welcome contributions! Please:
You can’t perform that action at this time.
0 commit comments