first commit
This commit is contained in:
18
.github/workflows/publish-wiki.yml
vendored
Normal file
18
.github/workflows/publish-wiki.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Publish wiki
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- wiki/**
|
||||
- .github/workflows/publish-wiki.yml
|
||||
concurrency:
|
||||
group: publish-wiki
|
||||
cancel-in-progress: true
|
||||
permissions:
|
||||
contents: write
|
||||
jobs:
|
||||
publish-wiki:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: Andrew-Chen-Wang/github-wiki-action@v4
|
||||
0
Bin/.gitkeep
Normal file
0
Bin/.gitkeep
Normal file
BIN
Clockwork_PicoCalc_Assembly_Guidelines.pdf
Normal file
BIN
Clockwork_PicoCalc_Assembly_Guidelines.pdf
Normal file
Binary file not shown.
0
Code/.gitkeep
Normal file
0
Code/.gitkeep
Normal file
0
PCB/.gitkeep
Normal file
0
PCB/.gitkeep
Normal file
0
Pictures/.gitkeep
Normal file
0
Pictures/.gitkeep
Normal file
6657
clockwork_Mainboard_V2.0_Schematic.pdf
Normal file
6657
clockwork_Mainboard_V2.0_Schematic.pdf
Normal file
File diff suppressed because one or more lines are too long
0
wiki/Home.md
Normal file
0
wiki/Home.md
Normal file
Reference in New Issue
Block a user