Skip to content

Commit

Permalink
Add workflow and Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkshire-pudding committed Jul 30, 2024
1 parent 7523a6d commit 9991fb4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
branches: [ issue-111-update-command ]
paths-ignore:
- '**.md'
- 'docs/**'
- '.gitignore'
- 'images/**'
pull_request:
branches: [ 1.x-1.x, issue-111-update-command ]
paths-ignore:
- '**.md'
- 'docs/**'
- '.gitignore'
- 'images/**'

Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy Wiki
on:
push:
paths:
# Trigger only when wiki directory changes
- 'docs/**'
branches: [1.x-1.x]
concurrency:
group: publish-wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
deploy-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
path: docs
1 change: 1 addition & 0 deletions docs/_Footer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:bee: [Bee](https://github.com/backdrop-contrib/bee) - the command line tool for [Backdrop CMS](https://backdropcms.org) | [Issues](https://github.com/backdrop-contrib/bee/issues) | GPT2

0 comments on commit 9991fb4

Please sign in to comment.