Skip to content

Commit 692b036

Browse files
committed
repair build (a dir was not where it belonged)
1 parent 8087022 commit 692b036

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs-local.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- name: Checkout repo
3131
uses: actions/checkout@v4
32+
- name: create site directory
33+
run: mkdir -p site
3234
- name: Touch .env file
3335
run: touch site/.env
3436
- name: Fill .env file

docs-building.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ If you'd like to build and install your own instance of this project, you've com
66
## Clone the Repository
77
- Create a new Repository for your files (private).
88
- The main branch has to be named `master` since that's what the build action reacts on
9+
- Adjust Actions permissions: `Settings > Actions > General` > `Workflow permissions: Read and write permissions`
910
- Add the appropriate GitHub Actions secrets like described below.
1011
- Clone it locally
1112
- Add a second remote: https://github.com/UnterrainerInformatik/safeLearn.git

0 commit comments

Comments
 (0)