Skip to content

Commit

Permalink
update example and actions/deploy-pages version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jan 21, 2025
1 parent 7c02361 commit 9ca7522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
path: "docs/"
- id: "deployment"
name: "Deploy documentation to GitHub Pages"
uses: "actions/deploy-pages@v2"
uses: "actions/deploy-pages@v4"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ findResult.match(

// 3. or if whatever you are doing to the result also returns a Result, use .andThen instead of .map
const rmResult = findResult.andThen((filePaths: string[]) =>
// this callback only runs if findResult was successful
server.execute(new Command(["rm", ...filePaths]))
);

Expand Down

0 comments on commit 9ca7522

Please sign in to comment.