Skip to content

Commit

Permalink
GPT-commit: Modifies main.yml and argparse.sh for future commits.
Browse files Browse the repository at this point in the history
GPT-commit: Modify main.yml and argparse.sh to implement new features and improve functionality.
  • Loading branch information
hwixley committed Oct 23, 2023
1 parent c0e4dc5 commit df3119b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Setup apt dependencies
- name: Setup dependencies
run: |
sudo apt install ghostscript fonts-freefont-otf imagemagick
sudo apt -y install ghostscript fonts-freefont-otf imagemagick
sudo sed -i 's/\(<policy domain="resource" name="width" value="\)[^"]*/\1160KP/' /etc/ImageMagick-6/policy.xml
sudo sed -i 's/\(<policy domain="resource" name="height" value="\)[^"]*/\1160KP/' /etc/ImageMagick-6/policy.xml
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion argparse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ elif [ "$1" = "org" ]; then
# URLs

elif [ "$1" = "help" ]; then
openurl "https://hwixley.github.io/wix-cli"
openurl "https://hwixley.github.io/WIX-CLI/index.html"

# MY DATA

Expand Down

0 comments on commit df3119b

Please sign in to comment.