Skip to content

Commit

Permalink
Merge branch 'main' into use-default-nodes-dir-root-primary-mt-pt
Browse files Browse the repository at this point in the history
  • Loading branch information
harismuzaffer authored Jan 4, 2025
2 parents 0fbe822 + 246638f commit 6feaf2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ on:
push:
branches:
- main
- data_further_refactor
pull_request:
branches:
- main

permissions:
contents: write

jobs:
deploy:
env:
GH_TOKEN: ${{ secrets.AUTONOMI_PAT }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -33,4 +31,4 @@ jobs:
run: |
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
mkdocs gh-deploy --force
mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion docs/online-documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Autonomi is a decentralised data and communications platform designed to provide
- [Data Types](guides/data_types.md) - Understanding the fundamental data structures
- [Client Modes](guides/client_modes.md) - Different operational modes of the client
- [Data Storage](guides/data_storage.md) - How data is stored and retrieved
- [Local Network Setup](guides/local_network.md) - Setting up a local development environmentv
- [Local Network Setup](guides/local_network.md) - Setting up a local development environment

### API References

Expand Down

0 comments on commit 6feaf2e

Please sign in to comment.