Skip to content

Commit

Permalink
Test commiting related file changes to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcoll committed Oct 23, 2023
1 parent aac3a74 commit 8d3ee85
Show file tree
Hide file tree
Showing 8 changed files with 2,760 additions and 2,331 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,21 @@ on:
branches:
- automate-read-more
pull_request:

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
branches:
- gh-pages

jobs:
generate-read-more:
runs-on: "ubuntu-latest"
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.13.x
cache: npm
- run: npm install
- run: npm run style
- run: git status
- run: git add .
- run: git status
- run: npm run compute-embeddings --OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}
- run: npm run generate-related
- uses: stefanzweifel/git-auto-commit-action@v5
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Gemfile.lock
.vscode/

/container_gem_cache/
/dist/
/dist/
/scripts/generate-related/data/
3 changes: 0 additions & 3 deletions _data/related.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2482,9 +2482,6 @@
/2023/10/02/how-i-reduced-my-apps-network-usage-by-95-percent.html:
- /2014/12/12/html5-android-optimisation.html
- /2018/02/07/three-steps-to-improving-customer-experience-through-testing.html
/2023/10/02/the-hybrids-are-coming-a-survival-guide.html:
- /2018/01/13/soft-skills-for-software-developers.html
- /2023/09/26/navigating-the practical-challenges-faced-by-test-engineers.html
/26/08/2014/StrongTypingWithAngularJS.html:
- /02/06/2015/StrongTypingWithKnockoutJSAndRequireJS.html
- /2014/08/08/signalr-typed.html
Loading

0 comments on commit 8d3ee85

Please sign in to comment.