forked from github.com/GenderDysphoria.fyi
Fix CI.
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
"extends": "@twipped/eslint-config/node-cjs",
|
||||
"rules": {
|
||||
"node/no-unpublished-require": 0,
|
||||
"indent": [ 2, 2, {
|
||||
"indent": [ 2, 2,
|
||||
{
|
||||
"MemberExpression": 1
|
||||
} ]
|
||||
}
|
||||
],
|
||||
"no-unused-vars": "off"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,12 +40,12 @@ jobs:
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt update
|
||||
apt upgrade -y
|
||||
apt install -y graphicsmagick p7zip-full
|
||||
apt install -y graphicsmagick p7zip-full chromium-browser
|
||||
-
|
||||
name: Use Node.js
|
||||
uses: https://github.com/actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '20'
|
||||
-
|
||||
name: Install node dependencies
|
||||
run: npm ci
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
with:
|
||||
name: build_artifact
|
||||
path: artifact.7z
|
||||
retention-days: 7
|
||||
retention-days: 365
|
||||
job2:
|
||||
needs: job1
|
||||
name: Connect to deployment host, update, and redeploy docs website.
|
||||
|
||||
Reference in New Issue
Block a user