Skip to content

Commit

Permalink
Add signposts to prevent future branch confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
benmartin-coforma committed Dec 4, 2024
1 parent f6cfcba commit 04a4420
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/delete-pages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# ⚠️ ⚠️ ⚠️ WARNING ⚠️ ⚠️ ⚠️
#
# Updating this file in the main branch will do nothing!
#
# It is only run on the gh-pages branch.
# Any changes _must_ be merged to gh-pages to take effect.
#

name: Delete old folders from GitHub Pages

on:
Expand Down
10 changes: 10 additions & 0 deletions removeOldFolders.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* ⚠️ ⚠️ ⚠️ WARNING ⚠️ ⚠️ ⚠️
*
* Updating this file in the main branch will do nothing!
*
* It is only invoked by the delete-pages.yml github action,
* which is only run on the gh-pages branch.
* Any changes _must_ be merged to gh-pages to take effect.
*/

/* eslint-disable no-console */
import { parseArgs } from "node:util";
import * as fs from "node:fs";
Expand Down

0 comments on commit 04a4420

Please sign in to comment.