Skip to content

Commit

Permalink
Fed GIS 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps authored Dec 4, 2023
1 parent b6a5402 commit 284df13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
uses: actions/checkout@v3

# Get copies of each esri/reveal.js release:
- name: Download Fed GIS 2024
uses: actions/checkout@v3
with:
repository: 'Esri/reveal.js'
ref: 'fed-2024'
path: 'fed-2024'


- name: Download UC 2023
uses: actions/checkout@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ var app = new Vue({
el: "#app",
data: {
iframes: [
{
url: `${base}fed-2024/fed-gis-2024.html`,
label: "Federal GIS Conference 2024",
},
{
url: `${base}uc-2023/uc-2023.html`,
label: "UC 2023",
Expand Down

0 comments on commit 284df13

Please sign in to comment.