mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-05 23:18:20 +00:00
:octocat:
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM phpdoc/phpdoc
|
||||
# https://hub.docker.com/r/phpdoc/phpdoc
|
||||
FROM phpdoc/phpdoc:3.0
|
||||
|
||||
LABEL "repository"="https://github.com/chillerlan/php-qrcode"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout sources"
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
uses: ./.github/actions/build-docs
|
||||
|
||||
- name: "Publish Docs to gh-pages"
|
||||
uses: maxheld83/ghpages@v0.2.1
|
||||
uses: maxheld83/ghpages@master
|
||||
env:
|
||||
BUILD_DIR: docs/
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
||||
Reference in New Issue
Block a user