Skip to content

Commit

Permalink
Merge pull request #458 from JaviFdez7/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Moffinguer authored May 4, 2024
2 parents 16268d6 + 06a895c commit f1b54a8
Show file tree
Hide file tree
Showing 77 changed files with 4,541 additions and 15,914 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Update Docs on PR

on:
push:
branches:
- develop

jobs:
update-docs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: true

- name: Update Submodule
run: git submodule status && git submodule update --recursive --remote

- name: Git config
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- name: Push updated docs
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "docs: Update reference of docs"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.nyc_output/*

node_modules
coverage
Expand Down
Loading

0 comments on commit f1b54a8

Please sign in to comment.