Skip to content

Commit 4870fee

Browse files
committed
fixed tag folder creation in CI
deleted the old travis files
1 parent 4447df7 commit 4870fee

File tree

3 files changed

+1
-215
lines changed

3 files changed

+1
-215
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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/[email protected]
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

.travis-old/.travis.yml

Lines changed: 0 additions & 175 deletions
This file was deleted.

.travis-old/deploy.sh

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)