Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:

- name: Upload artifact
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist

- name: Deploy to GitHub Pages
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"Amal Khezami <khezamian@noreply.users.github.com>",
"Anastasi Bakolias <spasiu@noreply.users.github.com>",
"Azharuddin <gs-akhan@noreply.users.github.com>",
"Bart Schriever <35870713+bartschriever@users.noreply.github.com>",
"Bas <basdewachter@noreply.users.github.com>",
"Blair Anderson <blairanderson@noreply.users.github.com>",
"Brian Hartvigsen <tresni@noreply.users.github.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/clients/core/tickets.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const {Client} = require('../client');
* @property {string} name - The name of the collaborator.
*/

/**
/**
* @typedef {object} Via
* @property {string} [channel] - How the ticket or event was created expressed as a via type or via id
* @property {object} source - For some channels a source object gives more information about how or why the ticket or event was created
Expand Down