File tree Expand file tree Collapse file tree 3 files changed +1
-215
lines changed Expand file tree Collapse file tree 3 files changed +1
-215
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,12 @@ jobs:
111111 ford --debug json-fortran.tagged.md
112112
113113 - name : Deploy documentation for tagged release
114- env :
115- TAGNAME : ${{ steps.vars.outputs.tag }}
116114 if : matrix.gcc_v == 7 && startsWith(github.ref, 'refs/tags/')
117115 uses : JamesIves/github-pages-deploy-action@4.1.3
118116 with :
119117 branch : gh-pages # The branch the action should deploy to.
120118 folder : doc # The folder the action should deploy.
121- target-folder : prev/${TAGNAME} # deploy to a version-specific folder
119+ target-folder : prev/${{ steps.vars.outputs.tag }} # deploy to a version-specific folder
122120
123121 - name : Upload coverage
124122 if : matrix.gcc_v == 7
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments