From 1c05e9897dcc8f15751537863f6d62a9b74839e2 Mon Sep 17 00:00:00 2001 From: Mason Williams Date: Sat, 27 Apr 2024 16:53:19 -0400 Subject: [PATCH] ci: Update Lost Pixel baseline workflow and path --- .github/workflows/lost-pixel-baseline.yml | 1 + cleanup/lost-pixel.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lost-pixel-baseline.yml b/.github/workflows/lost-pixel-baseline.yml index bdb122b6a..c7423228b 100644 --- a/.github/workflows/lost-pixel-baseline.yml +++ b/.github/workflows/lost-pixel-baseline.yml @@ -1,4 +1,5 @@ on: [push] +name: Lost Pixel Baseline Update jobs: lost-pixel-update: diff --git a/cleanup/lost-pixel.js b/cleanup/lost-pixel.js index 9894d4375..45df805c0 100644 --- a/cleanup/lost-pixel.js +++ b/cleanup/lost-pixel.js @@ -1,7 +1,7 @@ const fs = require('fs'); const path = require('path'); -const directoryPath = path.join(__dirname, '../docs/build/glossary'); +const directoryPath = path.join(__dirname, '../docs'); let pages = []; const getFiles = function(dirPath) {