diff --git a/.github/workflows/deploy-pr-preview.yaml b/.github/workflows/deploy-pr-preview.yaml index 22b243865..ca7d310f7 100644 --- a/.github/workflows/deploy-pr-preview.yaml +++ b/.github/workflows/deploy-pr-preview.yaml @@ -10,6 +10,7 @@ env: PR_PREVIEW_SUBDOMAIN: pr-${{github.event.pull_request.number}}-preview PR_PREVIEW_DEPLOY_LOG_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} PR_PREVIEW_BUCKET: s3://khpreview.dea.ga.gov.au + PR_PREVIEW_KH_DOCUMENTATION: https://docs.dev.dea.ga.gov.au/public_services/dea_knowledge_hub/index.html permissions: id-token: write # For requesting the JWT used by OIDC Authentication @@ -55,6 +56,10 @@ jobs: Deploy log: View the log + + Learn more: + Read the documentation + - name: Checkout repository @@ -108,6 +113,10 @@ jobs: Deploy log: View the log + + Learn more: + Read the documentation + diff --git a/README.md b/README.md index 57e49bf05..148208be5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # DEA Knowledge Hub -This is the repository for the [DEA Knowledge Hub](https://knowledge.dea.ga.gov.au/) website. +This is the repository for the [DEA Knowledge Hub](https://knowledge.dea.ga.gov.au/) website. (It was previously called 'DEA Docs' or 'dea-docs'.) -It was previously called 'DEA Docs' or 'dea-docs'. +Learn how to edit this content in the [Knowledge Hub documentation](https://docs.dev.dea.ga.gov.au/public_services/dea_knowledge_hub/index.html). -To contribute content to this site, please follow the [publication process and git workflow](https://geoscienceau.sharepoint.com/:w:/r/sites/DEA/_layouts/15/Doc.aspx?sourcedoc=%7BE75F31A8-1648-4DA3-9E36-9BB8135921B2%7D&file=DEA%20Publication%20Process.docx&action=default&mobileredirect=true).