Skip to content

Commit c2cdedc

Browse files
committed
Updating readme and workflow for final checkin
1 parent c778f05 commit c2cdedc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Documentation to GitHub Pages
22

33
on:
44
push:
5-
branches: [ main, master, docs-inital-commit]
5+
branches: [ main, master]
66
paths:
77
- 'docs/**'
88
- '.github/workflows/docs.yml'
@@ -60,7 +60,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3638
We welcome contributions! Please:

0 commit comments

Comments
 (0)