From 9c0a9ac485de4ba92ee4bcbf97fb76405eb8da51 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Wed, 9 Aug 2023 22:46:45 +0200 Subject: [PATCH] Bump checkout action to latest version --- .github/workflows/main.yml | 6 +++--- .gitignore | 1 + config.toml => hugo.toml | 0 layouts/404.html | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .gitignore rename config.toml => hugo.toml (100%) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 82c60ed..c406c4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,11 +8,11 @@ on: jobs: deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod @@ -20,7 +20,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.85.0' + hugo-version: '0.117.0' # extended: true - name: Build diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5c41f01 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.hugo_build.lock \ No newline at end of file diff --git a/config.toml b/hugo.toml similarity index 100% rename from config.toml rename to hugo.toml diff --git a/layouts/404.html b/layouts/404.html index 20f040e..2fed063 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -11,7 +11,7 @@

- This page dosen't exists, head back to Homepage + This page doesn't exists, head back to Homepage