Skip to content

Commit

Permalink
#8534: Edits to gitlab variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-tenstorrent committed Jun 6, 2024
1 parent 78e9298 commit 63eb3d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
- name: Push docs to Docs repo for publishing
run: |
pip install -r requirements.txt
cp -r ../docs/public/md/* tt-metalium # Copy the files
python update_tags.py tt-metalium $$CI_COMMIT_TAG
TAG=latest-tt-metalium
python update_tags.py tt-metalium $TAG
git add .
git commit -m "update tt-metalium docs from pipeline $CI_PIPELINE_ID with tag $CI_COMMIT_TAG"
git tag -a $CI_COMMIT_TAG -m "tt-metalium documentation version $CI_COMMIT_TAG"
git commit -m "update tt-metalium docs from pipeline ${{ github.job }} with tag $TAG"
git tag -a $TAG -m "tt-metalium documentation version $TAG"
git push && git push --tags

0 comments on commit 63eb3d2

Please sign in to comment.