Skip to content

Commit

Permalink
import paket in sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
Got17 committed Jan 28, 2025
1 parent 2dc1bc5 commit 0247d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cp -r WebSharper.TouchEvents.Sample/wwwroot/* dist/
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v4
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Compile Include="Startup.fs" />
<None Include="wsconfig.json" />
</ItemGroup>

<Import Project="..\.paket\Paket.Restore.targets" />
<ItemGroup>
<PackageReference Include="WebSharper" Version="8.0.0.487-beta1" />
<PackageReference Include="WebSharper.FSharp" Version="8.0.0.487-beta1" />
Expand All @@ -21,5 +21,5 @@
<ItemGroup>
<ProjectReference Include="..\WebSharper.TouchEvents\WebSharper.TouchEvents.fsproj" />
</ItemGroup>

</Project>

0 comments on commit 0247d99

Please sign in to comment.