Skip to content

Commit

Permalink
TEST - remove me
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 3, 2023
1 parent a20b6b3 commit 6093fa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd-docs.yml
Expand Up @@ -2,8 +2,8 @@ name: Publish Docs

on:
push:
branches:
- main
#branches:
# - main
paths:
- docs/**

Expand All @@ -17,6 +17,7 @@ jobs:
fetch-depth: 2

- name: Revalidate changed pages
shell: bash
run: |
shopt -s globstar
FILES=$(git --no-pager diff --name-only HEAD~1 -- docs/**/*.md | awk 'BEGIN{RS="\n"} {gsub("docs/", ""); printf "%s%s",sep,$0; sep="&files="}')
Expand Down
2 changes: 2 additions & 0 deletions docs/mercure.md
Expand Up @@ -21,3 +21,5 @@ The Mercure.rocks hub implementation:
* CORS support, CSRF protection mechanism
* Cloud Native, follows [the Twelve-Factor App](https://12factor.net) methodology
* Open source (AGPL)

TEST

0 comments on commit 6093fa4

Please sign in to comment.