diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a8228f9aa..37d57159a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -80,7 +80,7 @@ jobs: if: ${{ (github.event_name == 'pull_request') && (env.HAS_SECRETS == 'true') }} uses: jakejarvis/s3-sync-action@master with: - args: --acl public-read --follow-symlinks --exclude '*' --include 'home.html' --include '_images/sponsor*' --include '_images/banner*' --include '_static' --include 'search*' --include 'genindex.html' --include '_templates' + args: --acl public-read --follow-symlinks --exclude '*' --include 'home.html' --include '_images/sponsor*' --include '_images/banner*' --include '_static/*' --include 'search*' --include 'genindex.html' --include '_templates/*' env: AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}