Skip to content

Commit

Permalink
ci: Update Lost Pixel baseline workflow and path
Browse files Browse the repository at this point in the history
  • Loading branch information
mason-at-pieces committed Apr 27, 2024
1 parent a2a741a commit 1c05e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lost-pixel-baseline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on: [push]
name: Lost Pixel Baseline Update

jobs:
lost-pixel-update:
Expand Down
2 changes: 1 addition & 1 deletion cleanup/lost-pixel.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 1c05e98

Please sign in to comment.