diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index f5eadf897c..2678b90285 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -41,4 +41,13 @@ jobs: BRANCH: gh-pages LOCAL_DIR: output GITHUB_TOKEN: ${{ secrets.W3CGRUNTBOT_TOKEN }} + - name: update_21 + run: | + ant clean + git reset --hard + git checkout WCAG-2.1 + git checkout main guidelines/terms/20 guidelines/terms/21 understanding/20 understanding/21 techniques/*/* + git commit -m 'update from 2.2' + env: + GITHUB_TOKEN: ${{ secrets.W3CGRUNTBOT_TOKEN }}