Skip to content

Commit

Permalink
Merge pull request #163 from GeoscienceAustralia/feature/documentatio…
Browse files Browse the repository at this point in the history
…n-links

Links to KH internal docs in the git repo [no ci]
  • Loading branch information
benji-glitsos-ga authored Mar 25, 2024
2 parents 59c9c8d + 59cc8a7 commit d7b5ca7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -55,6 +56,10 @@ jobs:
<td><strong>Deploy log:</strong></td>
<td><a href="${{ env.PR_PREVIEW_DEPLOY_LOG_URL }}">View the log</a></td>
</tr>
<tr>
<td><strong>Learn more:</strong></td>
<td><a href="${{ env.PR_PREVIEW_KH_DOCUMENTATION }}">Read the documentation</a></td>
</tr>
</table>
- name: Checkout repository
Expand Down Expand Up @@ -108,6 +113,10 @@ jobs:
<td><strong>Deploy log:</strong></td>
<td><a href="${{ env.PR_PREVIEW_DEPLOY_LOG_URL }}">View the log</a></td>
</tr>
<tr>
<td><strong>Learn more:</strong></td>
<td><a href="${{ env.PR_PREVIEW_KH_DOCUMENTATION }}">Read the documentation</a></td>
</tr>
</table>
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit d7b5ca7

Please sign in to comment.