Skip to content

Commit

Permalink
Add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva authored Jun 9, 2024
1 parent 1b5cc9c commit 34bfb26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,14 @@ runs:
run: echo "${{ inputs.config }}" >> hyde.yml
shell: bash

# TODO: Add pre-build hook to run some bash commands?

- name: Build the site
run: php hyde build --no-interaction --ansi
shell: bash

# TODO: Add post-build hook to run some bash commands?

- name: Upload artifact
if: inputs.deploy-to == 'artifact' || inputs.upload-artifact == 'true'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 34bfb26

Please sign in to comment.