mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Update v2's yml with latest actions (#3061)
* Updated overview docs * Updated toc * Updated docs more * Updated yml via dependabot
This commit is contained in:
4
.github/workflows/api-docs.yml
vendored
4
.github/workflows/api-docs.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
- name: Setup Pages
|
||||
if: github.ref_name == 'main' || github.ref_name == 'develop'
|
||||
uses: actions/configure-pages@v3
|
||||
uses: actions/configure-pages@v4
|
||||
|
||||
- name: Upload artifact
|
||||
if: github.ref_name == 'main' || github.ref_name == 'develop'
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Deploy to GitHub Pages
|
||||
if: github.ref_name == 'main' || github.ref_name == 'develop'
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user