parent
28e236f1a6
commit
9e596d0761
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -87,6 +87,8 @@ jobs:
|
||||
name: Deploy docs (if needed)
|
||||
if: ${{ needs.check-docs.outputs.needs_deploying == 'true' && github.event_name != 'pull_request' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
@ -41,4 +41,4 @@ package.json
|
||||
test/assets/
|
||||
vendor/
|
||||
docs/
|
||||
|
||||
versioned_*/
|
@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/* You can override the default Infima variables here. */
|
||||
:root {
|
||||
--ifm-color-primary: #2e8555;
|
||||
|
@ -1,3 +1 @@
|
||||
[
|
||||
"15.3.0"
|
||||
]
|
||||
["15.3.0"]
|
||||
|
Loading…
Reference in New Issue
Block a user