Skip to content

Commit

Permalink
name change
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Jul 10, 2024
1 parent 925fde7 commit 5bbef46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ build-*
*.orig

# Documentation
doc-ford
documentation
2 changes: 1 addition & 1 deletion DLA-Future-Fortran.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project: DLA-Future-Fortran
summary: Fortan interface for DLA-Future
project_github: https://github.com/eth-cscs/DLA-Future-Fortran
print_creation_date: true
output_dir: doc-ford
output_dir: documentation
doc_license: bsd
---

Expand Down
4 changes: 3 additions & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ The documentation is pushed by the [GitHub Action] to the `docs-ghpages` branch.

```bash
git checkout --orphan docs-ghpages
git push
mkdir main && tourch main/index.html
git add main/index.html && git commit -m "empty docs"
git push --set-upstream origin docs-ghpages
```

[GitHub Pages]: https://pages.github.com
Expand Down

0 comments on commit 5bbef46

Please sign in to comment.