Skip to content

Commit

Permalink
Bump GH actions (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jun 12, 2024
1 parent c031874 commit 2269f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
steps:
# Checks out a copy of your repository.
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Builds code using bazelisk and copies the site folder out of the bazel symlinked dir.
- name: Build the site
uses: "docker://mattinsler/bazelisk:latest"
with:
args: bash -c "bazel build site/... && cp -r --dereference bazel-bin/site ./deploy"

# Deploy the site to Cloudflare.
- name: Publish
uses: cloudflare/pages-action@1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
# Checks out a copy of your repository.
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

# Builds code and runs the tests using Bazelisk.
- name: Run tests
Expand Down

0 comments on commit 2269f50

Please sign in to comment.