forked from github.com/GenderDysphoria.fyi
Test ci changes...
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt update
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt install -y curl graphicsmagick
|
apt install -y graphicsmagick
|
||||||
-
|
-
|
||||||
name: Use Node.js ${{ matrix.node-version }}
|
name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
@@ -49,6 +49,18 @@ jobs:
|
|||||||
name: build_artifact
|
name: build_artifact
|
||||||
path: dist
|
path: dist
|
||||||
retention-days: 7
|
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:
|
# job2:
|
||||||
# needs: job1
|
# needs: job1
|
||||||
# name: Connect to deployment host, update, and redeploy docs website.
|
# name: Connect to deployment host, update, and redeploy docs website.
|
||||||
|
|||||||
Reference in New Issue
Block a user