Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Nov 8, 2023
1 parent 7fee004 commit afc847b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_development_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
jobs:
build-and-deploy-development-website:
runs-on: ubuntu-latest
environment: github-pages
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -36,7 +37,8 @@ jobs:
- name: Add preview on gh-pages branch
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.ADMIN_TOKEN }}
# token: ${{ secrets.ADMIN_TOKEN }}
token: ${{ secrets.ACCESS_BOT_PAT }}
branch: ${{ env.TARGET_BRANCH }}
folder: website
target-folder: ${{ env.TARGET_FOLDER }}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide:
<h1 class="homepage"></h1>
<div class="introduction">
<div>
<div>Welcome to ACCESS-Hive!!</div>
<div>Welcome to ACCESS-Hive!</div>
<div>The open portal for the ACCESS user community, hosted by <a href="https://www.access-nri.org.au/" target="_blank">ACCESS-NRI</a></div>
</div>
<div>
Expand Down

0 comments on commit afc847b

Please sign in to comment.