Skip to content

Commit 8d2fac5

Browse files
committed
Merge branch 'gh-pages' of https://github.com/technologiescollege/Blockly-at-rduino into gh-pages
2 parents e363d8b + b82616f commit 8d2fac5

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

.github/workflows/gitlabsync.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: forgeedu-sync
2+
3+
on:
4+
- push
5+
- delete
6+
7+
jobs:
8+
sync:
9+
runs-on: ubuntu-latest
10+
name: Git Repo Sync
11+
steps:
12+
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
15+
- uses: wangchucheng/git-repo-sync@v0.1.0
16+
with:
17+
target-url: https://forge.apps.education.fr/canetsebastien/BlocklyArduino
18+
target-username: canetsebastien
19+
target-token: ${{ secrets.GITLAB_TOKEN }}

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Blcokly@rduino",
3+
"version": "3.3.0",
4+
"description": "Arduino and ESP32 blocks programming",
5+
"main": "index.html",
6+
"files": [
7+
"."
8+
],
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/technologiescollege/Blockly-at-rduino.git"
12+
},
13+
"author": "Sébastien Canet",
14+
"license": "GNU GENERAL PUBLIC LICENSE - Version 2",
15+
"keywords": [],
16+
"devDependencies": {
17+
},
18+
"dependencies": {
19+
}
20+
}

0 commit comments

Comments
 (0)