Skip to content

Commit

Permalink
Merge pull request #353 from senior-knights/develop-update-about-2024
Browse files Browse the repository at this point in the history
Develop update about 2024
  • Loading branch information
SophiaSun18 authored Apr 30, 2024
2 parents ce9bd04 + 85d328d commit 2152655
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: update-pnpm-version
run: |
pnpm install -g pnpm@latest
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ const AboutReport = () => {
<TextSection
body={
<ul>
<li>
<NewTabLink href="https://docs.google.com/document/d/1l0ChWMDnPiDJkvFFctdpIZUheSkJ3shouFSYFIIsNW0/edit?usp=sharing">
Final Report
</NewTabLink>{" "}
- 4.30.2024
</li>
<li>
<NewTabLink href="https://docs.google.com/document/d/16FBgWv1JVa3SDyDcNtiC_EZ3NYhkU7Y5tBEmhjGQftM/edit?usp=sharing">
2023 Project Proposal
Expand Down Expand Up @@ -246,6 +252,19 @@ const AboutResources = () => {
</NewTabLink>
</li>
<hr />
<li>
<NewTabLink href="https://docs.google.com/presentation/d/e/2PACX-1vT2RDZd5XCKPz_ecGbYOfCiQvsGsQqXxdDd_kh251djFpP3tDQLzgKj0Ts-Vwy2tosev_MQoPxq_x40/pub?start=false&loop=false&delayms=3000">
Final Presentation Slides
</NewTabLink> -
4.23.2024
</li>
<li>
<NewTabLink href="https://docs.google.com/presentation/d/e/2PACX-1vQZ2cpoTzUtnVa-s_YeGGv3FHHSpHdR0zAJXY6jwJL8zrHTa7-zGtWGIKkGzUglcTfykCA3uML3hsZu/pub?start=false&loop=false&delayms=3000">
Status Report Slides
</NewTabLink> -
12.5.2023
</li>
<hr />
<li>
<NewTabLink href="https://docs.google.com/presentation/d/e/2PACX-1vSGBkk_3fRIeLrlMBCgLnHLxSdt4hOVz5QovjrUs3qXfVDnx12xO7hYLEuhQx4CtW_VOJ-tBIZaoHZ9/pub?start=false&loop=false&delayms=3000">
Final Presentation Slides
Expand Down

0 comments on commit 2152655

Please sign in to comment.