Skip to content

Commit

Permalink
Merge branch 'main' into main-node
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-ev committed Jan 20, 2025
2 parents 218fda2 + 798b913 commit ccca41e
Show file tree
Hide file tree
Showing 35 changed files with 1,444 additions and 6 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/forge-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ♻️ GITLAB-SYNC

on:
- push
- delete

jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: https://forge.apps.education.fr/l-atelier-des-chercheurs/do-doc
target-username: louis.eveillard-ext
target-token: ${{ secrets.FORGE_EDU_SYNC_TOKEN }}
1 change: 0 additions & 1 deletion client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/dist/
.DS_Store
node_modules

Expand Down
2 changes: 1 addition & 1 deletion client/dist/bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/dist/js/155.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/dist/js/186.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/dist/js/195.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/dist/js/198.js

Large diffs are not rendered by default.

Loading

0 comments on commit ccca41e

Please sign in to comment.