Skip to content

Commit

Permalink
fixed out of line code
Browse files Browse the repository at this point in the history
  • Loading branch information
CosiMichele committed Feb 15, 2024
1 parent 9067f60 commit 1e456c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/04_documentation_communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,13 +549,13 @@ The easy way would be to fork/import the [foss-reference-hub website](https://cy
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.9
- name: run requirements file
run: pip install -r requirements.txt
- name: Deploy docs
run: mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

7. Navigate to *Settings* > *Pages* and make sure that *Source* is *Deploy from a branch* and Branch is *gh-pages*, */(root)*
Expand Down

0 comments on commit 1e456c1

Please sign in to comment.