Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Mar 21, 2024
1 parent 25f91a1 commit 27119a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ci
name: ci
on:
push:
branches:
- master
- master
- main
permissions:
contents: write
Expand All @@ -18,13 +18,13 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: cp README.md docs/index.md
- run: mkdocs gh-deploy --force
- run: pip install mkdocs-material
- run: cp README.md docs/index.md
- run: mkdocs gh-deploy --force
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
site_name: Awesome Invenio
site_url: https://awesome-invenio.com
site_description: An opinionated list of awesome Invenio extensions, overlays and resources.
site_url: https://inveniosoftware.github.io/awesome-invenio/
site_description: A curated list of awesome InvenioRDM and Invenio extensions, overlays and resources.
site_author: Esteban J. G. Gabancho
repo_name: egabancho/awesome-invenio
repo_url: https://github.com/egabancho/awesome-invenio
repo_name: inveniosoftware/awesome-invenio
repo_url: https://github.com/inveniosoftware/awesome-invenio
theme:
name: material
palette:
Expand All @@ -16,7 +16,7 @@ extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/egabanho
- icon: fontawesome/brands/mastodon
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@egabancho
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/egabancho
link: https://www.linkedin.com/in/egabancho

0 comments on commit 27119a1

Please sign in to comment.