Skip to content

Commit

Permalink
build: Fix release.yml dest file
Browse files Browse the repository at this point in the history
It was index-demo.html, it is now index.html.
  • Loading branch information
dougmartin committed Sep 23, 2024
1 parent 473fbaa commit 011cd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on:
workflow_dispatch:
inputs:
version:
description: The git tag for the version to use for index-demo.html
description: The git tag for the version to use for index.html
required: true
env:
BUCKET: models-resources
PREFIX: markov-chain-plugin
SRC_FILE: index-top.html
DEST_FILE: index-demo.html
DEST_FILE: index.html
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 011cd01

Please sign in to comment.