Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 19, 2024
1 parent 6f0bc67 commit ed468f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ jobs:
if-no-files-found: error

- name: Deploy to GitHub Pages
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name != 'pull_request' }}
run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion website/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repo_url: https://github.com/opengisch/signalo
edit_uri: https://github.com/opengisch/signalo/tree/master/website/documentation/

# Copyright
copyright: Copyright &copy; 2022 <a href="https://OPENGIS.ch">OPENGIS.ch</a>
copyright: Copyright &copy; 2022-2024 <a href="https://OPENGIS.ch">OPENGIS.ch</a>

# Configuration
theme:
Expand Down

0 comments on commit ed468f7

Please sign in to comment.