File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 75
75
make release-docs VERSION="$VERSION" ALIAS="$ALIAS"
76
76
poetry run mike set-default --push latest
77
77
78
- - name : Release API docs
79
- uses : peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
80
- env :
81
- VERSION : ${{ inputs.version }}
82
- with :
83
- github_token : ${{ secrets.GITHUB_TOKEN }}
84
- publish_dir : ./api
85
- keep_files : true
86
- destination_dir : ${{ env.VERSION }}/api
87
- - name : Release API docs to latest
88
- if : ${{ inputs.alias == 'latest' }}
89
- uses : peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
90
- with :
91
- github_token : ${{ secrets.GITHUB_TOKEN }}
92
- publish_dir : ./api
93
- keep_files : true
94
- destination_dir : latest/api
95
78
- name : Configure AWS credentials
96
79
uses : aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355
97
80
with :
You can’t perform that action at this time.
0 commit comments