Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
m-atia committed Jan 5, 2024
1 parent 8b73dd8 commit c052181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to s3
on:
push:
branches:
- gh-pages
- main
jobs:
build:
name: Build files
Expand All @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@master
- name: Deploy to s3
env:
AWS_DEFAULT_REGION: us-east-1
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run:
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ <h2>Application #{{ applicationnumber }}</h2>
</dl>
</div>

<p class="mtl"> If you have questions about your permit application status, you can <a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fform.jotform.com%2F81494420572154&data=02%7C01%7C%7C1d7d93092da9422349c908d5cbdae06b%7C2046864f68ea497daf34a6629a6cd700%7C0%7C0%7C636639063721399104&sdata=xuXptcHo%2ByTLiWDs3wAbh6XFafz2cSrnO%2BtMIqbg1IQ%3D&reserved=0">request additional information.</a></p>
<p class="mtl"> If you have questions about your permit application status, you can <a href="https://form.jotform.com/202434637485055">request additional information.</a></p>
</script>

<script type="text/template" id="tmpl-error">
<span class="error">Application #<b>{{ applicationnumber }}</b> was not found. <a href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fform.jotform.com%2F81494420572154&data=02%7C01%7C%7C1d7d93092da9422349c908d5cbdae06b%7C2046864f68ea497daf34a6629a6cd700%7C0%7C0%7C636639063721399104&sdata=xuXptcHo%2ByTLiWDs3wAbh6XFafz2cSrnO%2BtMIqbg1IQ%3D&reserved=0">Please submit an inquiry </a> for more information.</span>
<span class="error">Application #<b>{{ applicationnumber }}</b> was not found. <a href="https://form.jotform.com/202434637485055">Please submit an inquiry </a> for more information.</span>
</script>

<script type="text/template" id="tmpl-loading">
Expand Down

0 comments on commit c052181

Please sign in to comment.