We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ae783 commit e75e5dbCopy full SHA for e75e5db
‎.github/workflows/docs.yml‎
@@ -0,0 +1,11 @@
1
+name: curvenote push
2
+on:
3
+ push:
4
+ branches: ['main']
5
+jobs:
6
+ journal-draft:
7
+ uses: curvenote/actions/.github/workflows/push.yml@v1
8
+ with:
9
+ landing-content: oxa
10
+ secrets:
11
+ CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
0 commit comments