Skip to content

Commit

Permalink
Fetch all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 21, 2023
1 parent 6ec7d12 commit a23466e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v4
with:
fetch-tags: true
- name: Check available tags
run: |
git for-each-ref --format "%(refname)"
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: aidasoft/run-lcg-view@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion doc/aux/main_index_redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Redirecting to master branch</title>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=./master/index.html">
<meta http-equiv="refresh" content="0; url=./docs-on-gh-pages/index.html">
<link rel="canonical" href="https://tmadlener.github.io/podio/docs-on-gh-pages/index.html">
</head>
</html>

0 comments on commit a23466e

Please sign in to comment.