Skip to content

Commit 73cf1a7

Browse files
committed
[fixed] write permissions for github action to create github pages for the documentation
1 parent 9bfe91f commit 73cf1a7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-and-publish-doc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
container:
1616
image: ghcr.io/${{ github.repository_owner }}/embedded-lib-dev:latest
1717

18+
permissions:
19+
contents: write
20+
1821
steps:
1922
- uses: actions/checkout@v4
2023
with:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## EmbeddedLib: Generic Embedded Software Library
22
[![Tests](https://github.com/emilcode-dev/embedded-lib/actions/workflows/build-test.yml/badge.svg)](https://github.com/emilcode-dev/embedded-lib/actions/workflows/build-test.yml)
33
[![Build Devcontainer Image](https://github.com/emilcode-dev/embedded-lib/actions/workflows/devcontainer.yml/badge.svg)](https://github.com/emilcode-dev/embedded-lib/actions/workflows/devcontainer.yml)
4+
[![Build and Deploy Docs](https://github.com/emilcode-dev/embedded-lib/actions/workflows/build-and-publish-doc.yml/badge.svg)](https://github.com/emilcode-dev/embedded-lib/actions/workflows/build-and-publish-doc.yml)
45

56
EmbeddedLib is a modular C/C++ library designed for embedded software projects. It provides reusable components, build/test automation with CMake, and packaging via Conan. The repository supports both development and production builds, integrates with JFrog Artifactory for package management, and includes documentation generation tools. This project aims to streamline embedded development workflows and promote code reuse across projects.
67

@@ -95,4 +96,5 @@ sphinx-build ./source ./build
9596

9697
### Outlook
9798

98-
- [ ] Add
99+
- [ ] Extend READMe.md
100+
- [ ] Publish package to another remote after jfrog trial has expired

0 commit comments

Comments
 (0)