Skip to content

Commit

Permalink
make directory
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar committed Apr 24, 2024
1 parent 0ffe573 commit 47920b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- name: Merge changes
shell: bash
run: |
subdir=${{ env.BRANCH_NAME == 'master' && 'master' || format('{0}/{1}', 'release/', env.BRANCH_NAME) }}
subdir=${{ env.BRANCH_NAME == 'master' && 'master' || format('{0}/{1}', 'release', env.BRANCH_NAME) }}
mkdir -p gh-pages/$subdir
cp -fR pytorch/xla/docs/build/* gh-pages/$subdir
- name: Show diff
shell: bash
Expand Down

0 comments on commit 47920b5

Please sign in to comment.