We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4447df7 commit 4870feeCopy full SHA for 4870fee
.github/workflows/CI.yml
@@ -111,14 +111,12 @@ jobs:
111
ford --debug json-fortran.tagged.md
112
113
- name: Deploy documentation for tagged release
114
- env:
115
- TAGNAME: ${{ steps.vars.outputs.tag }}
116
if: matrix.gcc_v == 7 && startsWith(github.ref, 'refs/tags/')
117
uses: JamesIves/[email protected]
118
with:
119
branch: gh-pages # The branch the action should deploy to.
120
folder: doc # The folder the action should deploy.
121
- target-folder: prev/${TAGNAME} # deploy to a version-specific folder
+ target-folder: prev/${{ steps.vars.outputs.tag }} # deploy to a version-specific folder
122
123
- name: Upload coverage
124
if: matrix.gcc_v == 7
.travis-old/.travis.yml
.travis-old/deploy.sh
0 commit comments