-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOISSUE - Fix Pages deployment (#169)
* Update pages action Signed-off-by: Dusan Borovcanin <[email protected]> * Remove GitHub action Signed-off-by: Dusan Borovcanin <[email protected]> * Remove CNAME Signed-off-by: Dusan Borovcanin <[email protected]> * Create CNAME * Fix docs Signed-off-by: Dusan Borovcanin <[email protected]> * Revert Actions Signed-off-by: Dusan Borovcanin <[email protected]> * remove custom domain Signed-off-by: Arvindh <[email protected]> * update actions version to 4 Signed-off-by: Arvindh <[email protected]> * update permissions Signed-off-by: Arvindh <[email protected]> * update domain name Signed-off-by: Arvindh <[email protected]> * remove CNAME file Signed-off-by: Arvindh <[email protected]> * Update branches list Signed-off-by: Dusan Borovcanin <[email protected]> --------- Signed-off-by: Dusan Borovcanin <[email protected]> Signed-off-by: Arvindh <[email protected]> Co-authored-by: Arvindh <[email protected]>
- Loading branch information
1 parent
a9e82a1
commit 94b5cbf
Showing
5 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
name: Publish docs via GitHub Pages | ||
|
||
# Controls when the action will run. | ||
# Controls when the action will run | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: write | ||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
build: | ||
name: Deploy docs | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout master | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Deploy docs | ||
uses: mhausenblas/mkdocs-deploy-gh-pages@master | ||
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
CUSTOM_DOMAIN: docs.mainflux.io | ||
CUSTOM_DOMAIN: docs.magistrala.abstractmachines.fr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# Magistrala | ||
|
||
![build][build] | ||
[![license][license]](LICENSE) | ||
[![chat][gitter-badge]][gitter] | ||
[build][build] | ||
[![Build](https://github.com/absmach/magistrala-docs/actions/workflows/pages.yaml/badge.svg?branch=main)](https://github.com/absmach/magistrala-docs/actions/workflows/pages.yaml) | ||
|
||
|
||
This repo collects the collaborative work on Magistrala documentation. | ||
The official documentation is hosted at [Magistrala Docs page][docs]. | ||
|
@@ -25,7 +26,7 @@ pip install mkdocs | |
Doc repo can be fetched from GitHub: | ||
|
||
```bash | ||
git clone [email protected]:mainflux/docs.git | ||
git clone [email protected]:/absmach/magistrala-docs.git | ||
``` | ||
|
||
## Usage | ||
|
@@ -42,23 +43,21 @@ Then just point the browser to `http://127.0.0.1:8000`. | |
|
||
Thank you for your interest in Magistrala and the desire to contribute! | ||
|
||
1. Take a look at our [open issues](https://github.com/mainflux/docs/issues). The [good-first-issue](https://github.com/mainflux/docs/labels/good-first-issue) label is specifically for issues that are great for getting started. | ||
1. Take a look at our [open issues](https://github.com/absmach/magistrala-docs/issues). The [good-first-issue](https://github.com/absmach/magistrala-docs/labels/good-first-issue) label is specifically for issues that are great for getting started. | ||
2. Check out the [contribution guide](CONTRIBUTING.md) to learn more about our style and conventions. | ||
3. Make your changes compatible with our workflow. | ||
|
||
## Community | ||
|
||
- [Gitter][gitter] | ||
- [Matrix][matrix] | ||
- [Twitter][twitter] | ||
|
||
## License | ||
|
||
[Apache-2.0](LICENSE) | ||
|
||
[gitter]: https://gitter.im/mainflux/mainflux?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | ||
[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg | ||
[matrix]: https://matrix.to/#/#Mainflux_mainflux:gitter.im | ||
[license]: https://img.shields.io/badge/license-Apache%20v2.0-blue.svg | ||
[blog]: https://medium.com/mainflux-iot-platform | ||
[twitter]: https://twitter.com/mainflux | ||
[docs]: https://docs.mainflux.io | ||
[build]: https://github.com/mainflux/docs/actions/workflows/main.yaml/badge.svg | ||
[blog]: https://medium.com/abstract-machines-blog | ||
[twitter]: https://twitter.com/absmach | ||
[docs]: https://docs.magistrala.abstractmachines.fr |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters