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 2ca5c40 commit f7cabbaCopy full SHA for f7cabba
README.rst
@@ -22,6 +22,11 @@ Publishing with this action (default)
22
.. code-block:: yaml
23
24
name: Deploy Sphinx documentation to Pages
25
+
26
+ on:
27
+ push:
28
+ branches: [master] # branch to trigger deployment
29
30
jobs:
31
pages:
32
runs-on: ubuntu-20.04
@@ -48,6 +53,11 @@ Publishing from a branch (classical)
48
53
49
54
50
55
56
57
58
59
60
51
61
52
62
63
0 commit comments