Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
Documentation wasn't build
  • Loading branch information
kordejong authored Feb 20, 2025
1 parent 30e2a3d commit ef0b272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
${{ env.lue_consume_build_directory }}/lue_consume_framework
- name: documentation
if: github.repository == 'computationalgeography/lue' && github.ref == 'refs/heads/master' && matrix.compiler.cxx == 'g++-12' && matrix.python_version == '3.13'
if: github.repository == 'computationalgeography/lue' && github.ref == 'refs/heads/master' && matrix.compiler.cxx == 'g++-13' && matrix.python_version == '3.13'
env:
ftp_server: ${{ secrets.FTP_SERVER }}
ftp_port: ${{ secrets.FTP_PORT }}
Expand Down

0 comments on commit ef0b272

Please sign in to comment.