-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds poetry install to entrypoint because the repository files are not available during build
- Loading branch information
1 parent
9c2cecf
commit 37db8d3
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,15 @@ Your built site | |
|
||
## Example usage | ||
|
||
uses: blurry-dev/[email protected] | ||
Add this as a step to your build & deploy job in GitHub: | ||
|
||
```yaml | ||
- name: Blur site 🌫️ | ||
uses: blurry-dev/[email protected] | ||
with: | ||
context: . | ||
cache-from: type=gha | ||
cache-to: type=gha,mode=max | ||
``` | ||
The example includes using the experimental [GitHub Actions cache for Docker](https://docs.docker.com/build/ci/github-actions/cache/#github-cache) |