Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
Specify ENV LANG=C.UTF8
Redeploy to Github pages on dispatch only, not every push.
Make readme more specific about support for custom configs.
  • Loading branch information
JamesParrott committed Oct 29, 2023
1 parent 833fd6c commit b35df68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy_to_github_pages.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
###############################################################
# Default Github generated workflow (standard boilerplate).
###############################################################

# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# push:
# branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pyodide may need a minute to load and is almost a [20 MB download](https://james

`dockerfile_generator debian ash dash zsh heirloom fish elvish`

Only the default configs are supported for now.
Only the default configs are supported in browser (for now).

## Installation with Python
Either:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dockerfile_generator"
version = "1.0.5"
version = "1.0.6"
license = {file = "LICENSE"}
authors = [
{ name="James Parrott", email="james.parrott@proton.me" },
Expand Down

0 comments on commit b35df68

Please sign in to comment.