Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
add log output to CI
  • Loading branch information
cproof authored Apr 14, 2021
1 parent 76d82b4 commit e30ea31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
- name: set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Move `private` folder
run: mv private.sample private
- name: Build with Gradle
run: ./gradlew build

This comment has been minimized.

Copy link
@IcarusXf

IcarusXf Jan 4, 2023

<title>Turnstile ‐ Dummy Login Demo</title> <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script> <style> html, body { height: 100%; }

body {
display: flex;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
background-color: #fefefe;
}

.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: auto;
}

.form-signin .checkbox {
font-weight: 400;
}

.form-signin .form-floating:focus-within {
z-index: 2;
}

.form-signin input[type="text"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
</style>

Turnstile ‐ Dummy Login Demo

<div class="form-floating">
  <input type="text" id="user" class="form-control">
  <label for="user">User name</label>
</div>
<div class="form-floating">
  <input type="password" id="pass" class="form-control" autocomplete="off" readonly value="CorrectHorseBatteryStaple">
  <label for="pass">Password (dummy)</label>
</div>

<div class="checkbox mb-3">
  <!-- The following line controls and configures the Turnstile widget. -->
  <div class="cf-turnstile" data-sitekey="1x00000000000000000000AA" data-theme="light"></div>
  <!-- end. -->
</div>
<button class="w-100 btn btn-lg btn-primary" type="submit">Sign in</button>
<p class="mt-5 mb-3 text-muted"><a href="https://github.com/cloudflare/turnstile-demo-workers"><i class="bi bi-github"></i> See code</a></p>
<p class="mt-5 mb-3 text-muted">Go to the <a href="/explicit">explicit render demo</a></p>
run: ./gradlew build --info --stacktrace

2 comments on commit e30ea31

@MinKhent11
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MinKhent11
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#22

Please sign in to comment.