Skip to content

Commit fb75b73

Browse files
authored
Merge pull request #897 from Licini/workflow
rename "latest" folder to "dev"
2 parents 57a430d + a3aa5f0 commit fb75b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919

20-
- uses: compas-dev/compas-actions.docs@v1.0.0
20+
- uses: compas-dev/compas-actions.docs@v1.2.0
2121
id: docs
2222
with:
2323
dest: deploy
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
ref: gh-pages
4949

50-
- uses: compas-dev/compas-actions.docversions@v1.0.0
50+
- uses: compas-dev/compas-actions.docversions@v1.2.0
5151
with:
5252
current_patch: ${{ needs.build.outputs.current_patch }}
5353

0 commit comments

Comments
 (0)