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.
1 parent 3eadf8c commit 05c2913Copy full SHA for 05c2913
.github/workflows/main.yml
@@ -0,0 +1,17 @@
1
+name: On Push
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
8
+jobs:
9
+ PHP_Docs_ApiGen:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Fetching Repository
13
+ uses: actions/checkout@v1
14
+ - name: Generating PHP Documentation
15
+ uses: varunsridharan/action-apigen@2.1
16
+ env:
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments