File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v4
20-
20+ with :
21+ fetch-depth : 0
22+
2123 - name : Configure Python
2224 uses : actions/setup-python@v5
2325 with :
2628 - name : Install dependencies
2729 run : pip install mkdocs-material
2830
31+ - name : Build Documentation
32+ run : mkdocs build
33+
2934 - name : Build and Deploy
30- run : mkdocs gh-pages --force
35+ run : |
36+ git config user.name github-actions
37+ git config user.email [email protected] 38+ mkdocs gh-pages --force
File renamed without changes.
Original file line number Diff line number Diff line change 3333 - Core Concepts :
3434 - Architecture : architecture.md
3535 - The Nexus Protocol : NEXUS_PROTOCOL.md
36+ - Technical Whitepaper : nexus-protocol-whitepaper.pdf
3637 - Security Model : reference/security-model.md
3738 - Getting Started :
3839 - Quick Start : index.md # Will link to the Quick Start section
You can’t perform that action at this time.
0 commit comments