mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
4f595a28ca
@ -149,7 +149,7 @@ For other installation methods, configuration options, and a demo, visit
|
||||
[Salesforce](https://policy-sentry.readthedocs.io/en/latest/),
|
||||
[SAP](https://sap.github.io/ui5-tooling/),
|
||||
[SoundCloud](https://intervene.dev/),
|
||||
[Spotify](https://spotify.github.io/mkdocs-monorepo-plugin/),
|
||||
[Spotify](https://backstage.github.io/mkdocs-monorepo-plugin/),
|
||||
[Square](https://square.github.io/okhttp/),
|
||||
[Uber](https://ludwig-ai.github.io/ludwig-docs/getting_started/),
|
||||
[Zalando](https://opensource.zalando.com/skipper/)
|
||||
|
@ -31,6 +31,7 @@ contents:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
@ -51,6 +52,7 @@ contents:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
@ -66,9 +68,9 @@ contents:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
```
|
||||
|
||||
Now, when a new commit is pushed to `master`, the static site is automatically
|
||||
built and deployed. Commit and push the file to your repository to see the
|
||||
workflow in action.
|
||||
Now, when a new commit is pushed to either the `master` or `main` branches,
|
||||
the static site is automatically built and deployed. Commit and push the file
|
||||
to your repository to see the workflow in action.
|
||||
|
||||
Your documentation should shortly appear at `<username>.github.io/<repository>`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user