Skip to content

Commit e338049

Browse files
Merge branch 'main' of github.com:NVIDIA/TransformerEngine into flash_attn_pad_bw_seqs_auto
2 parents 1ececdc + 3846bf7 commit e338049

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy_nightly_docs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: Deploy nightly docs
77
on:
88
push:
99
branches: [ "main" ]
10+
workflow_dispatch:
1011
jobs:
1112
build:
1213
uses: ./.github/workflows/docs.yml
@@ -21,9 +22,8 @@ jobs:
2122
name: "te_docs"
2223
path: "html"
2324
- name: Prepare for pages
24-
uses: actions/upload-pages-artifact@v1.0.7
25+
uses: actions/upload-pages-artifact@v3
2526
with:
26-
name: github-pages
2727
path: "html"
2828
deploy:
2929
needs: prepare
@@ -36,4 +36,5 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Deploy
39-
uses: actions/deploy-pages@v2.0.0
39+
id: deployment
40+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)