File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2121 - name : Install Dependencies
2222 run : pip install -r requirements.txt
2323
24+ - name : Configure git
25+ run : |
26+ git config user.name "Seqera Commmunity Team"
27+ git config user.email "[email protected] " 28+
2429 - name : Build Docs Website
2530 run : mike deploy --alias-type copy --update-aliases ${{ github.event.release.tag_name }} latest
2631
2934 git checkout gh-pages
3035 find ${{ github.event.release.tag_name }} -type f -exec sed -i 's|ref=master|ref=${{ github.event.release.tag_name }}|g' {} +
3136 find latest -type f -exec sed -i 's|ref=master|ref=${{ github.event.release.tag_name }}|g' {} +
32- git commit -am "Pin GitHub Codespaces link versions"
37+ git add .
38+ git status
39+ git commit -m "[automated] Pin GitHub Codespaces link versions"
3340 git push
You can’t perform that action at this time.
0 commit comments