Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support: How to control the domain name (not a custom domain)? #916

Open
3 tasks done
SilentImp opened this issue May 30, 2023 · 1 comment
Open
3 tasks done

support: How to control the domain name (not a custom domain)? #916

SilentImp opened this issue May 30, 2023 · 1 comment
Assignees
Labels
support User support

Comments

@SilentImp
Copy link

Checklist

  • I am using the latest version of this action.
  • I have read the latest README and followed the instructions.
  • I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.

Describe your question

When I deploy GitHub pages, I get a domain name https://redesigned-bassoon-19zzy9p.pages.github.io/.
Is there any way to control redesigned-bassoon-19zzy9p part?
Make it predictable and dependent on variables.

Because next, I want to use https://github.com/marketplace/actions/github-checks to show some images from GitHub pages in summary. So I need to know the domain name.

Relevant links

Public repository:
YAML config:

      - name: Deploy
        uses: peaceiris/actions-gh-pages@v3
        if: success() || failure()
        with:
          personal_token: ${{ secrets.PRIVATE_KEY }}
          user_name: 'devfaculty'
          user_email: '[email protected]'
          publish_dir: ./
          force_orphan: true

YAML workflow:

Relevant log output

No response

Additional context.

No response

@SilentImp SilentImp added the support User support label May 30, 2023
@peaceiris
Copy link
Owner

peaceiris commented May 30, 2023

See the following. This looks like a duplicate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support User support
Projects
None yet
Development

No branches or pull requests

2 participants