forked from github.com/GenderDysphoria.fyi
Test ci changes...
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user