Skip to content

fix(agent): remove unused task_id variable and trailing whitespace #52

fix(agent): remove unused task_id variable and trailing whitespace

fix(agent): remove unused task_id variable and trailing whitespace #52

Workflow file for this run

# Copyright 2023 Amazon.com, Inc. or its affiliates.
# SPDX-License-Identifier: Apache-2.0
# Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/
name: Publish docs via GitHub Pages
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
name: Deploy docs
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for creating github pages
runs-on: ubuntu-latest
steps:
- name: Checkout mainline
uses: actions/checkout@v2
with:
ref: 'main'
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUIREMENTS: requirements_mkdocs.txt