Skip to content

Commit 2e0f1ad

Browse files
committed
bohr workflow.
1 parent fec0b94 commit 2e0f1ad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/bohr.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: bohr.io deploy
2+
on: push
3+
permissions: write-all
4+
jobs:
5+
deploy:
6+
name: Deploy on bohr.io
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
- uses: bohr-io/action@main

0 commit comments

Comments
 (0)