Skip to content

Commit f423f54

Browse files
authored
Update hugo.yml to include generation of Latest url content
1 parent 0a5d0b5 commit f423f54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/hugo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
uses: actions/checkout@v3
4444
with:
4545
submodules: recursive
46+
- name: Update Latest URL content
47+
shell: pwsh
48+
run: |
49+
.\createLatest.ps1
4650
- name: npm install
4751
working-directory: ./
4852
run: |

0 commit comments

Comments
 (0)