Skip to content

Pontoon: Update Czech (cs) localization of AMO #2236

Pontoon: Update Czech (cs) localization of AMO

Pontoon: Update Czech (cs) localization of AMO #2236

Workflow file for this run

name: Docs
on:
# Deploy to production on master
push:
branches:
- master
# Deploy `master` on workflow dispatch.
workflow_dispatch:
# Only deploy the latest build artifact to GitHub Pages
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
deploy_docs:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
# Keep this in sync with `build_docs` where we upload the artifact
artifact_name: ${{ secrets.DOCS_ARTIFACT_NAME}}