diff --git a/.github/workflows/hugo-artifact.yml b/.github/workflows/hugo-artifact.yml index be63ba0..eb7714c 100644 --- a/.github/workflows/hugo-artifact.yml +++ b/.github/workflows/hugo-artifact.yml @@ -39,4 +39,4 @@ jobs: # Artifact name name: resources # A file, directory or wildcard pattern that describes what to upload - path: resources + path: exampleSite/resources diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html index 73bad0b..994eb29 100644 --- a/layouts/partials/footer/footer.html +++ b/layouts/partials/footer/footer.html @@ -1,4 +1,4 @@ -{{- $ThemeVersion := "2.0.1" -}} +{{- $ThemeVersion := "2.1.0" -}}