Skip to content

Commit

Permalink
ci: update descriptions of steps in job BuildTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Sep 5, 2021
1 parent 4bbb024 commit d3d22ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,12 @@ jobs:
RUN apk add -U --no-cache graphviz
EOF
- name: 🛳️ Build documentation from './pyVHDLModel/doc'
- name: 🛳️ Build documentation from './pyVHDLModel/doc' and publish to GitHub Pages
uses: buildthedocs/btd@v0
with:
token: ${{ github.token }}

- name: 📤 Upload artifacts to GitHub Pages
- name: 📤 Upload artifacts
uses: actions/upload-artifact@master
with:
name: doc
Expand Down

0 comments on commit d3d22ac

Please sign in to comment.