Skip to content

Commit

Permalink
[skip ci] Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Jan 21, 2023
1 parent 6dc5680 commit c748f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:

# TODO Make sure the website branch is set correctly. Main is incorrect for now, hopefully the website will be in a reasonable state before next release
- name: Update web docs
run: ./updateWebDocs improvements ${{ secrets.CR_PAT }}
run: ./updateWebDocs.sh improvements ${{ secrets.CR_PAT }}
2 changes: 1 addition & 1 deletion updateWebDocs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -l

set -e # End immediately if a command fails
set -u # End if trying to access an undefined variable
Expand Down

0 comments on commit c748f5d

Please sign in to comment.