Fix to GitHub workflow env
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 30s

This commit is contained in:
Marko Korhonen 2024-02-29 23:34:52 +02:00
parent fbc4e25b9c
commit ab847bbef7
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -12,9 +12,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: docker://git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci:latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout
uses: actions/checkout@v4
@ -30,6 +27,9 @@ jobs:
path: /public
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
name: Deploy site to GitHub Pages
runs-on: ubuntu-latest
needs: build