removed debugging comments
This commit is contained in:
@@ -28,17 +28,6 @@ jobs:
|
|||||||
- name: Build Hugo Site
|
- name: Build Hugo Site
|
||||||
run: hugo --minify --config hugo.toml -d /output
|
run: hugo --minify --config hugo.toml -d /output
|
||||||
|
|
||||||
# - name: Debug
|
|
||||||
# run: |
|
|
||||||
# apt-get install -y tree
|
|
||||||
# tree /
|
|
||||||
|
|
||||||
# - name: Deploy Hugo Site
|
|
||||||
# run: |
|
|
||||||
# docker run --rm \
|
|
||||||
# --mount type=bind,source=/var/gitea/hugo-output,target=/output \
|
|
||||||
# ubuntu:latest \
|
|
||||||
# /bin/bash -c "echo 'This is a test' > /output/index.html"
|
|
||||||
- name: Deploy Hugo Site
|
- name: Deploy Hugo Site
|
||||||
run: docker cp /output/. gitea-runner:/output
|
run: docker cp /output/. gitea-runner:/output
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user