Skip to content

Commit 16bbebf

Browse files
authored
Merge pull request #39 from SC-SGS/documentation
Documentation
2 parents 3d3ecef + 1b0f087 commit 16bbebf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- documentation
89
pull_request:
910
branches:
1011
- main
@@ -21,7 +22,6 @@ jobs:
2122
# install dependencies
2223
- name: Dependancies
2324
run: |
24-
echo "deb http://dk.archive.ubuntu.com/ubuntu/ hirsute main universe" | sudo tee -a /etc/apt/sources.list
2525
sudo apt update
2626
sudo apt-get install -y doxygen graphviz
2727
# configure project via CMake

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Additional dependencies if `PLSSVM_ENABLE_TESTING` and `PLSSVM_GENERATE_TEST_FIL
8787
Building the library can be done using the normal CMake approach:
8888

8989
```bash
90-
git clone git@github.com:SC-SGS/PLSSVM.git
90+
git clone https://github.com/SC-SGS/PLSSVM.git
9191
cd PLSSVM
9292
mkdir build && cd build
9393
cmake -DPLSSVM_TARGET_PLATFORMS="..." [optional_options] ..

0 commit comments

Comments
 (0)