Skip to content

Remove redundant generated arabic files from 2021 and renamed shu_Ara… #387

Remove redundant generated arabic files from 2021 and renamed shu_Ara…

Remove redundant generated arabic files from 2021 and renamed shu_Ara… #387

Workflow file for this run

name: Flatten SLDR and publish to staging
on:
push:
paths:
- .github/workflows/**
- sldr/**
branches: [ master ]
pull_request:
paths:
- .github/workflows/**
- sldr/**
branches: [ master ]
jobs:
build:
uses: ./.github/workflows/build.yml
# Deploy built artefacts to the secrets.UPLOAD_TARGET
deploy:
needs: build
uses: ./.github/workflows/deploy.yml
with:
stage_to: sldr-staging
secrets:
uploader_key: ${{ secrets.UPLOADER_SSH_KEY }}
server_address: ${{ secrets.UPLOAD_TARGET }}
repository_dispatch_pat: ${{ secrets.REPO_DISPATCH_TOKEN }}