Skip to content

Commit

Permalink
fix: syntax on github worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Jan 25, 2023
1 parent 830c7c9 commit c6a6b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/generate-nuxt/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Generate Nuxt app"
description: "Generates the Nuxt app and uploads it as an artifact"
inputs:
github-pages:
github-page:
description: "Should app be uploaded to Github pages"
runs:
using: "composite"
Expand Down Expand Up @@ -29,7 +29,7 @@ runs:
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v2
if: inputs.github-pages
if: inputs.github-page
with:
# Automatically inject router.base in your Nuxt configuration file and set
# target to static (https://nuxtjs.org/docs/configuration-glossary/configuration-target/).
Expand Down

0 comments on commit c6a6b9d

Please sign in to comment.