torrust / torrust-website

Public Website for Torrust Organisation
https://torrust.com
GNU General Public License v3.0
1 stars 2 forks source link

Schema in deploy.yml #75

Closed grmbyrn closed 4 weeks ago

grmbyrn commented 4 months ago

Users might see this error:

Value 'github-pages' is not valid The name of the environment used by the job.

Available expression contexts: github, inputs, vars, needs, strategy, matrix"

in .github/workflows/deploy.yml for the following code:

environment:
      name: github-pages
      url: ${{ steps.deployment.outputs.page_url }}

This is an issue with the schema in GitHub Actions which this issue seeks to update by adding github-pages to the schema. Once this is done, the error should be resolved.

josecelano commented 4 weeks ago

Hi @grmbyrn, I think this was an IDE issue in the end. I'm closing the issue.