Skip to content

Commit

Permalink
fix pages post rename
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-tbd committed Nov 9, 2023
1 parent d978657 commit eb9c286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- name: run for all SDKs
run: cd test-harness && go run ./cmd/web5-test-harness many sdks/*
run: cd test-harness && go run ./cmd/web5-test-harness many sdks/* && mv _site ../_site
- uses: actions/upload-pages-artifact@v2
- name: deploy GitHub Pages
uses: actions/deploy-pages@v2

0 comments on commit eb9c286

Please sign in to comment.