Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ env:
jobs:
docs:
name: Documentation
# Only run this job on the main branch
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
environment:
name: github-pages
Expand Down Expand Up @@ -65,16 +67,14 @@ jobs:
continue-on-error: true

- name: Setup Pages
if: github.ref == 'refs/heads/main'
uses: actions/configure-pages@v4

# Upload the 'github-pages' artifact
- name: Upload artifact
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v3
with:
path: ./target/doc

- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
id: deployment
uses: actions/deploy-pages@v4
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "external/spdm-lib"]
path = external/spdm-lib
url = [email protected]:OpenPRoT/spdm-lib.git
[submodule "external/pldm-lib"]
path = external/pldm-lib
url = [email protected]:OpenPRoT/pldm-lib.git
[submodule "external/mctp-lib"]
path = external/mctp-lib
url = [email protected]:OpenPRoT/mctp-lib.git
1 change: 1 addition & 0 deletions external/mctp-lib
Submodule mctp-lib added at 23e6f7
1 change: 1 addition & 0 deletions external/pldm-lib
Submodule pldm-lib added at 756c42
1 change: 1 addition & 0 deletions external/spdm-lib
Submodule spdm-lib added at 26996f