Skip to content

Conversation

@emmadesilva
Copy link
Member

You can also specify configuration options using the config input. The lines in this input will be appended to the hyde.yml file in the root directory, allowing you to configure many parts of the Hyde project before the build. Fixes #24

- name: Build and Deploy HydePHP Site
  uses: hydephp/action@master
    with:
      deploy-to: "pages"
      config: |
        name: Example
        url: ${{ github.deployment.url }}

@emmadesilva emmadesilva linked an issue Jan 26, 2024 that may be closed by this pull request
@emmadesilva emmadesilva merged commit c4e185d into master Jan 26, 2024
@emmadesilva emmadesilva deleted the config-array branch January 26, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a config parameter for the hyde.yml configuration

2 participants