Test ci changes...

This commit is contained in:
2024-02-08 14:12:50 -08:00
parent 8bf7430314
commit 8267c5f345

View File

@@ -27,7 +27,7 @@ jobs:
export DEBIAN_FRONTEND=noninteractive
apt update
apt upgrade -y
apt install -y curl graphicsmagick
apt install -y graphicsmagick
-
name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
@@ -49,6 +49,18 @@ jobs:
name: build_artifact
path: dist
retention-days: 7
job2:
needs: job1
name: Build new docker container with new site build...
runs-on: catthehacker-ubuntu
steps:
-
name: Download artifact...
uses: actions/download-artifact@v3
with:
path: dist
-
run: ls -R my-artifact
# job2:
# needs: job1
# name: Connect to deployment host, update, and redeploy docs website.