We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d93be98 + 7466b55 commit b63c971Copy full SHA for b63c971
.github/workflows/versioning.yml
@@ -0,0 +1,13 @@
1
+name: Docs versioning
2
+on:
3
+ push: # Trigger the workflow on push events but only for the main branch
4
+ branches: [ master ]
5
+jobs:
6
+ Tag-And-Release-Docs:
7
+ runs-on: ubuntu-latest
8
+ environment: Actions
9
+ steps:
10
+ - uses: actions/checkout@v2
11
+ - uses: supertokens/supertokens-github-actions/docs/versioning@master
12
+ with:
13
+ GITHUB_TOKEN: ${{ secrets.VCS_TOKEN }}
0 commit comments