Skip to content

[DOCS-7630] Update ACS 23.x per dev suggestions #4619

[DOCS-7630] Update ACS 23.x per dev suggestions

[DOCS-7630] Update ACS 23.x per dev suggestions #4619

Workflow file for this run

name: Sandbox
on:
push:
branches-ignore:
- master
paths-ignore:
- '.github/**'
env:
AWS_DEFAULT_REGION: us-east-1
BUCKET_NAME: ${{ secrets.SANDBOX_BUCKET_NAME }}
DISTRIBUTION_ID: ${{ secrets.SANDBOX_DISTRIBUTION_ID }}
RUNNER_ROLE: ${{ secrets.EAD_PRODUCTION_RUNNER_ROLE }}
RUNNER_EXTERNAL_ID: ${{ secrets.EAD_PROD_RUNNER_EXTERNAL_ID }}
jobs:
Publish:
runs-on: self-hosted
if: ${{ github.repository }} == 'Alfresco/docs-alfresco'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: AWS Assume Role
uses: ./.github/actions/assume_role
- name: Run Jekyll Build
uses: ./.github/actions/jekyll_build
env:
JEKYLL_CONFIG: _config.yml
- name: Run S3 Sync
uses: ./.github/actions/s3_sync