Skip to content

Commit

Permalink
revert changes & attempt to add everything to the commit
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Nov 10, 2023
1 parent 5667f2e commit b4de4b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Update package info
run: |
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
arturo tools/deploy.art ci
arturo tools/deploy.art
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -52,7 +52,7 @@ jobs:
author_name: drkameleon
author_email: [email protected]
message: 'CI Package Deployment'
add: '*.art'
add: '.'

- name: Update registry
uses: appleboy/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions tools/generateweb.art
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
packages: # "packages/list.art"
entries: new []

siteroot: (not? empty? arg)? -> "https://pkgr.art"
-> "file:///Users/drkameleon/Documents/Code/OpenSource/arturo-lang/pkgr.art/public"
siteroot: (key? env 'GITHUB_ACTION)? -> "https://pkgr.art"
-> "file:///Users/drkameleon/Documents/Code/OpenSource/arturo-lang/pkgr.art/public"
isHome: false

compressHTML: function [file][
Expand Down

0 comments on commit b4de4b1

Please sign in to comment.