Skip to content

Commit 9bfc5e0

Browse files
authored
Merge pull request #294 from sebader/dev
store menu collapse state
2 parents b5b67b3 + 724bc02 commit 9bfc5e0

File tree

4 files changed

+248
-968
lines changed

4 files changed

+248
-968
lines changed

.github/workflows/azure-static-web-apps-white-pond-0976e3603.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ on:
1212
- 'WebsiteBackendFunctions/**'
1313
- '.github/workflows/azure-static-web-apps-white-pond-0976e3603.yml'
1414

15-
env:
16-
DOTNET_VERSION: '8.0.x' # set this to the dotnet version to use
17-
1815
jobs:
1916
staticwebbapp_build_and_deploy:
2017
runs-on: ubuntu-latest
@@ -24,11 +21,6 @@ jobs:
2421
with:
2522
submodules: true
2623

27-
- name: Setup DotNet ${{ env.DOTNET_VERSION }} Environment
28-
uses: actions/setup-dotnet@v4
29-
with:
30-
dotnet-version: ${{ env.DOTNET_VERSION }}
31-
3224
- name: Inject commit version
3325
shell: pwsh
3426
run: |
@@ -53,5 +45,3 @@ jobs:
5345
output_location: "dist" # Built app content directory - optional
5446
production_branch: "main"
5547
###### End of Repository/Build Configurations ######
56-
env:
57-
NODE_VERSION: 18.12.1

0 commit comments

Comments
 (0)