Skip to content

Improve UI (#31)

Improve UI (#31) #14

name: Build and Push Content
on:
push:
branches: [ master ]
paths:
- "GuildWarsPartySearch.FrontEnd/**"
- ".github/workflows/content-deploy.yaml"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2
- name: Build and push content
run: |
cd GuildWarsPartySearch.FrontEnd
.\BuildAndUploadContent.ps1 -ConnectionString "${{ secrets.AZURE_TABLESTORAGE_CONNECTIONSTRING }}" -ContainerName "content" -SourceFolderPath Content
shell: pwsh