Skip to content

Commit

Permalink
token and dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Jan 20, 2025
1 parent 86f729c commit 3f9fcce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Export LATEST_TAG
env:
GH_TOKEN: ${{ github.token }}
run: |
echo "LATEST_TAG=$(gh api \
-H "Accept: application/vnd.github+json" \
Expand Down Expand Up @@ -75,7 +77,7 @@ jobs:
- name: Move outputs
run: |
set -e
mkdir ./public
mkdir -p ./public/latest_master
mv latest_master/target/doc ./public/latest_master/master_api_docs
mv latest_master/docs/book/html/* ./public/latest_master/
mv latest_release/target/doc ./public/master_api_docs
Expand Down

0 comments on commit 3f9fcce

Please sign in to comment.