diff --git a/.github/workflows/staging_cd.yaml b/.github/workflows/staging_cd.yaml index 6289183..c148684 100644 --- a/.github/workflows/staging_cd.yaml +++ b/.github/workflows/staging_cd.yaml @@ -7,7 +7,7 @@ on: jobs: staging_deploy: - runs-on: ubuntu-latest + runs-on: ubuntu:jammy-20240405 steps: - uses: actions/checkout@v3 name: "Checkout a9s-cli-v2" diff --git a/docs/Makefile b/docs/Makefile index b8f1299..fcfa091 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,5 +1,5 @@ config_staging: guard-PASSWORD - cd build && echo "force_https: true" > Staticfile + cd build && echo "force_https: true" > Staticfile cd build && htpasswd -nb anynines ${PASSWORD} > Staticfile.auth deploy_staging: