Skip to content

Commit

Permalink
UC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Apr 24, 2024
1 parent 55c9329 commit 1c4fcf5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
uses: actions/checkout@v3

# Get copies of each esri/reveal.js release:
- name: Download UC 2024
uses: actions/checkout@v3
with:
repository: "Esri/reveal.js"
ref: "uc-2024"
path: "uc-2024"

- name: Download Dev Summit 2024
uses: actions/checkout@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ var app = new Vue({
data: {
iframes: [
{
url: `${base}uc-2024/uc-2024.html`,
label: "UC 2024",
},{
url: `${base}dev-summit-2024/dev-summit-2024.html`,
label: "Dev Summit 2024",
},{
Expand Down

0 comments on commit 1c4fcf5

Please sign in to comment.