Skip to content

Commit

Permalink
Merge pull request #142 from ASSETS-Conference/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
surajgoraya committed Jun 6, 2024
2 parents 4596064 + f148d03 commit a72e2b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: 'assets-prod-upload'
name: assets-prod-upload
path: ./out

# Deployment job
Expand All @@ -86,7 +86,7 @@ jobs:
- name: 🌆 Grab Artifact
uses: actions/download-artifact@v4
with:
name: 'assets-prod-upload'
name: assets-prod-upload
- name: Display structure of downloaded files
run: ls -R
- name: 📂 Upload Files
Expand All @@ -106,3 +106,7 @@ jobs:
.htaccess
- name: Display Changes
run: cat ./.ftp-deploy-sync-state.json
- name: 🚚 Delete Artifacts
uses: geekyeggo/delete-artifact@v5
with:
name: assets-upload-prod
4 changes: 2 additions & 2 deletions src/app/authors/posters-and-demos/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export default function PostersAndDemos() {
</p>
<p>
{`For further information or any questions regarding the event or submissions, please contact the Posters and Demos Chairs Anne Ross and Garreth Tigwell at `}{" "}
<Link href={"mailto:posters[email protected]"}>
{`posters[email protected]`}
<Link href={"mailto:poster-demo[email protected]"}>
{`poster-demo[email protected]`}
</Link>
{`.`}
</p>
Expand Down

0 comments on commit a72e2b6

Please sign in to comment.