Skip to content

Commit

Permalink
Get pages url
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Nov 6, 2023
1 parent 9617176 commit 1578ad0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Install dependencies
run: pip install . build

- name: Get Pages url
run: |
url=$(gh api "repos/$GITHUB_REPOSITORY/pages" --jq '.html_url')
echo "GITHUB_PAGES_URL=$url" >> "$GITHUB_ENV"
- name: Export hexdoc resources
run: hexdoc export

Expand Down

0 comments on commit 1578ad0

Please sign in to comment.