Skip to content

Commit

Permalink
point to build action v4 (#23)
Browse files Browse the repository at this point in the history
* bump all build actions

* dont need to change deploy action version
  • Loading branch information
ntno authored Dec 30, 2022
1 parent c76d54e commit fcd8141
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Buildenv
uses: ntno/setup-buildenv@v1
- name: Build MkDocs
uses: ntno/build-mkdocs-composite-action@v3
uses: ntno/build-mkdocs-composite-action@v4
with:
archive-enabled: true
version: ${{ inputs.tag }}/${{ inputs.env-vars }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install Buildenv
uses: ntno/setup-buildenv@v1
- name: Build MkDocs
uses: ntno/build-mkdocs-composite-action@v3
uses: ntno/build-mkdocs-composite-action@v4
with:
archive-enabled: true
version: ${{ inputs.tag }}/${{ inputs.env-vars }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Buildenv
uses: ntno/setup-buildenv@v1
- name: Build MkDocs
uses: ntno/build-mkdocs-composite-action@v3
uses: ntno/build-mkdocs-composite-action@v4
with:
archive-enabled: true
version: ${{ inputs.tag }}/${{ inputs.env-vars }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Buildenv
uses: ntno/setup-buildenv@v1
- name: Build PR
uses: ntno/build-mkdocs-composite-action@v4-alpha
uses: ntno/build-mkdocs-composite-action@v4
with:
archive-enabled: true
version: ${{ needs.call-metadata-workflow.outputs.build-tag }}
Expand All @@ -47,7 +47,7 @@ jobs:
uses: ntno/setup-buildenv@v1
- name: Deploy PR
id: deploy-mkdocs
uses: ntno/deploy-mkdocs-composite-action@v3-alpha
uses: ntno/deploy-mkdocs-composite-action@v2
with:
version: ${{ needs.call-metadata-workflow.outputs.build-tag }}
env-name: dev
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---

# {{ GREETING }} {{ NAME }} !!!
# {{ GREETING }} {{ NAME }} !!

[this is a link](https://github.com/ntno/mkdocs-demo)

Expand Down

0 comments on commit fcd8141

Please sign in to comment.