Skip to content

Commit

Permalink
Fix Cloudflare preview deploys (#4)
Browse files Browse the repository at this point in the history
* test commit

* make branch explicit

* try again
  • Loading branch information
StevenClontz authored Jun 22, 2024
1 parent 63edf57 commit 145f757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pretext-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
directory: deploy
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref || github.ref_name }}
directory: deploy

deploy-ghpages:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion site/site.ptx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<site xmlns:xi="http://www.w3.org/2001/XInclude">
<sitename>Team-Based Inquiry Learning</sitename>
<sitename>TEST Team-Based Inquiry Learning</sitename>
<sitesubtitle>Open Resources and Research supporting Active Learning in Mathematics</sitesubtitle>
<site-description><xi:include href="description.html" parse="text"/></site-description>
</site>

0 comments on commit 145f757

Please sign in to comment.