Skip to content

Commit 581a24d

Browse files
committed
footer and update GH action
1 parent 1e9f7db commit 581a24d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Get latest code
12-
uses: actions/checkout@v2.3.2
12+
uses: actions/checkout@v4
1313

1414
- name: Build pages
1515
run: ./build-pages.sh
1616

1717
- name: Sync files
18-
uses: SamKirkland/FTP-Deploy-Action@4.0.0
18+
uses: SamKirkland/FTP-Deploy-Action@4.3.6
1919
with:
2020
server: geospatial.ncsu.edu
2121
username: geoforall@geospatial.ncsu.edu

foot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<li><a href="about.html#contact">Contact</a></li>
1010
<li><a href="https://policies.ncsu.edu/overview/">Disclaimer</a></li>
1111
<li><a href="https://accessibility.oit.ncsu.edu/">Accessibility</a></li>
12-
<li>&copy; 2024 NCSU GeoForAll Lab members</li>
12+
<li>&copy; 2026 NCSU GeoForAll Lab members</li>
1313
</ul>
1414
</nav>
1515

0 commit comments

Comments
 (0)