Skip to content

Commit

Permalink
Update docs and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
themcaffee committed Oct 11, 2022
1 parent b800348 commit 8ccede2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
./build-deb.sh ${{ github.ref_name }}
- name: Build pages
uses: themcaffee/GoSquatch@v1.0.24-beta
uses: themcaffee/GoSquatch@v1.0.25-beta
with:
srcDir: docs
- name: Setup Pages
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/themcaffee/gosquatch:v1.0.23-beta
FROM ghcr.io/themcaffee/gosquatch:v1.0.25-beta

ENTRYPOINT ["/gosquatch"]
5 changes: 3 additions & 2 deletions docs/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# Github Actions

GoSquatch provides a Github Action on the Marketplace. You can check it out [here!](https://github.com/marketplace/actions/gosquatch)

## Inputs

#### `srcDir`
Expand Down Expand Up @@ -49,10 +51,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build pages
uses: themcaffee/GoSquatch@v1-beta
uses: themcaffee/GoSquatch@v1.0.25-beta
with:
srcDir: 'src'
distDir: 'docs'
- name: Setup Pages
uses: actions/configure-pages@v2
- name: ls
Expand Down
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build pages
uses: themcaffee/GoSquatch@v1-beta
uses: themcaffee/GoSquatch@v1.0.25-beta
with:
srcDir: 'src'
distDir: 'docs'
- name: Setup Pages
uses: actions/configure-pages@v2
- name: ls
Expand Down

0 comments on commit 8ccede2

Please sign in to comment.