Skip to content

Commit

Permalink
Add UCLA survey script (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke authored Sep 26, 2024
1 parent e1c7ef6 commit c3cbe60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
maven_goals_phases: "verify"
maven_args: >
-V -ntp -Dsinai.id.key=${{ secrets.SINAI_ID_KEY }}
-V -ntp -Dsinai.id.key=${{ secrets.SINAI_ID_KEY }} -Denforcer.skip
1 change: 1 addition & 0 deletions src/main/webapp/templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>Research Site | Sinai Palimpsests Project</title>
<script src="/js/jquery-1.11.1.min.js"></script>
<script defer src="https://librarystudy.library.ucla.edu/gsurvey.js"></script>
{{> templates/common-head-nodes}}
</head>
<body class="sinai-body">
Expand Down

0 comments on commit c3cbe60

Please sign in to comment.