fixing gitea action bugs

This commit is contained in:
paul-loedige
2024-11-11 19:36:29 +01:00
parent 8e7a524644
commit 02050b35cb
+3
View File
@@ -14,6 +14,9 @@ jobs:
- name: Clone Repository
uses: actions/checkout@v3
- name: Change to Repo Directory
run: cd $GITEA_WORKSPACE
- name: Install Hugo
run: |
apt-get update