Skip to content

Commit

Permalink
attempting to fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 14, 2023
1 parent e3bdec5 commit cdb1f02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
- name: run buildWebpage
id: run-buildWebpage
env:
GITHUB_PAGES_BASEURL: https://dwrensha.github.io/math-puzzles-in-lean4/
run: |
set -o pipefail
echo "Starting build at $(date +'%T')"
export GITHUB_PAGES_BASEURL="https://dwrensha.github.io/math-puzzles-in-lean4/"
build/bin/buildWebpage
result_run1=$?
echo "Complete at $(date +'%T'); return value $result_run1"
Expand Down

0 comments on commit cdb1f02

Please sign in to comment.