turbaszek commented on a change in pull request #308:
URL: https://github.com/apache/airflow-site/pull/308#discussion_r528549336
##########
File path: .github/workflows/build.yml
##########
@@ -66,3 +66,17 @@ jobs:
BRANCH: asf-site
FOLDER: dist
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: Copy files from site to theme
+ run: ./site.sh prepare-theme
+ - name: Prepare theme package
+ working-directory: sphinx_airflow_thmee
+ run: python setup.py compile_assets sdist bdist_wheel
+ - uses: actions/upload-artifact@v2
+ name: Upload documentation as artifact
+ working-directory: sphinx_airflow_thmee
Review comment:
The workflow is not valid. .github/workflows/build.yml (Line: 76, Col:
9): Unexpected value 'working-directory'
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]