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 98882c4 commit d86476eCopy full SHA for d86476e
.github/workflows/hugo.yaml
@@ -59,7 +59,7 @@ jobs:
59
- name: "Build Versioned Hugo Release"
60
if: github.event_name == 'release' && github.event.action == 'published'
61
env:
62
- HUGO_URL: ${HUGO_URL}release/${{ steps.version.outputs.tags }}
+ HUGO_URL: ${{ env.HUGO_URL }}release/${{ steps.version.outputs.tags }}
63
HUGO_PUBLISH_DIR: public/release/${{ steps.version.outputs.tags }}
64
run: |
65
make lint
0 commit comments